Skip to main content

Condition_CheckTaxPaymentAutomatic

Description

Checks if the BaseObject's household uses automatic tax payment (i.e., direct payment is disabled). Equal returns true when automatic payment is in use; NotEqual returns true when manual payment is used.

Parameters

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

Examples

DescriptionBaseObjectCommandCompareType
If Self's household uses automatic tax paymentSelfCheckTaxPaymentAutomaticEqual
If Self's household uses manual tax paymentSelfCheckTaxPaymentAutomaticNotEqual
If Target's household uses automatic tax paymentTargetCheckTaxPaymentAutomaticEqual
If Target's household uses manual tax paymentTargetCheckTaxPaymentAutomaticNotEqual