sourceOfFunds property

  1. @BuiltValueField.new(wireName: r'sourceOfFunds')
FundingInstrumentSourceOfFundsEnum? get 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;