payoutEligible property

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

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;