account property

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

The unique identifier of the account to which the split amount is booked. Required if type is MarketPlace or BalanceAccount. * Classic Platforms integration: The accountCode of the account to which the split amount is booked. * Balance Platform: The balanceAccountId of the account to which the split amount is booked.

Implementation

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