payoutMethodCode property

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

The payout method code held by the account holder to couple the account with. Scheduled card payouts will be sent using this payout method code.

Implementation

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