refundCostAllocation property

  1. @BuiltValueField.new(wireName: r'refundCostAllocation')
UpdateSplitConfigurationLogicRequestRefundCostAllocationEnum? get refundCostAllocation

Deducts the refund costs from the specified balance account. Possible values: deductFromLiableAccount, deductFromOneBalanceAccount

Implementation

@BuiltValueField(wireName: r'refundCostAllocation')
UpdateSplitConfigurationLogicRequestRefundCostAllocationEnum? get refundCostAllocation;