balanceAccountId property

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

The unique identifier of the balance account associated with this payment instrument. >You can only change the balance account ID if the payment instrument has inactive status.

Implementation

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