payoutEligible property
Indicates whether a payout is eligible or not for this card. Visa: * "Y" * "N" Mastercard: * "Y" (domestic and cross-border) * "D" (only domestic) * "N" (no MoneySend) * "U" (unknown)
Implementation
@BuiltValueField(wireName: r'payoutEligible')
String? get payoutEligible;