Skip to main content

Condition_CheckTaxPaymentDirect

Description

Checks whether the BaseObject's household uses manual (direct) tax payment. Equal returns true when direct tax payment is enabled; NotEqual returns true when it is disabled (automatic).

Parameters

ParameterDescription
BaseObjectCharacter whose household tax payment mode will be checked
CompareTypeSupported compare types: Equal, NotEqual

Examples

DescriptionBaseObjectCommandCompareType
If Self's household uses manual tax paymentSelfCheckTaxPaymentDirectEqual
If Self's household uses automatic tax paymentSelfCheckTaxPaymentDirectNotEqual
If Target's household uses manual tax paymentTargetCheckTaxPaymentDirectEqual
If Target's household uses automatic tax paymentTargetCheckTaxPaymentDirectNotEqual