costAllocationAccount property

  1. @BuiltValueField.new(wireName: r'costAllocationAccount')
String? get costAllocationAccount

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.

Implementation

@BuiltValueField(wireName: r'costAllocationAccount')
String? get costAllocationAccount;