FundingInstrument class abstract
FundingInstrument
Properties:
- cardIdentification - Card details used for the transfer, such as the Primary Account Number (PAN) or stored payment method ID. Required if
sourceOfFundsis DEBIT. Provide either: -storedPaymentMethodIdor -expiryMonth,expiryYear, andnumber. - networkPaymentReference - The unique reference assigned by the card network for the pay-in transaction.
- reference - Your internal reference that identifies this funding instrument. Required if
sourceOfFundsis DEPOSIT_ACCOUNT. - 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.
- Annotations
-
- @BuiltValue.new()
Constructors
- FundingInstrument([void updates(FundingInstrumentBuilder b)])
-
factory
Properties
- cardIdentification → CardIdentification?
-
Card details used for the transfer, such as the Primary Account Number (PAN) or stored payment method ID. Required if
sourceOfFundsis DEBIT. Provide either: -storedPaymentMethodIdor -expiryMonth,expiryYear, andnumber.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- networkPaymentReference → String?
-
The unique reference assigned by the card network for the pay-in transaction.
no setter
- reference → String?
-
Your internal reference that identifies this funding instrument. Required if
sourceOfFundsis DEPOSIT_ACCOUNT.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceOfFunds → FundingInstrumentSourceOfFundsEnum?
-
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.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(FundingInstrumentBuilder)) → FundingInstrument -
Rebuilds the instance.
inherited
-
toBuilder(
) → FundingInstrumentBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
FundingInstrument> -
no setter