sourceOfFunds property
- @BuiltValueField.new(wireName: r'sourceOfFunds')
Indicates where the funds used for the transfer originated. Possible values are: - DEBIT for card-to-card transfers. - DEPOSIT_ACCOUNT for wallet-to-card transfers.
Implementation
@BuiltValueField(wireName: r'sourceOfFunds')
FundingInstrumentSourceOfFundsEnum? get sourceOfFunds;