Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 947 Bytes

PlatformChargebackLogic.md

File metadata and controls

19 lines (12 loc) · 947 Bytes

PlatformChargebackLogic

Properties

Name Type Description Notes
behavior inline The method of handling the chargeback. Possible values: deductFromLiableAccount, deductFromOneBalanceAccount, deductAccordingToSplitRatio. [optional]
costAllocationAccount kotlin.String The unique identifier of the balance account to which the chargeback fees are booked. By default, the chargeback fees are booked to your liable balance account. [optional]
targetAccount kotlin.String The unique identifier of the balance account against which the disputed amount is booked. Required if `behavior` is deductFromOneBalanceAccount. [optional]

Enum: behavior

Name Value
behavior deductAccordingToSplitRatio, deductFromLiableAccount, deductFromOneBalanceAccount