storedPaymentMethodId property

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

The unique token that identifies the stored bank account details of the counterparty for a payout.

Implementation

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