payoutAccountCountry property

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

The country code of the bank from which the payout was initiated.

Implementation

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