payoutBankName property

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

The name of the bank the payout from which the payout was initiated.

Implementation

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