| Package | Description |
|---|---|
| com.adyen.model |
| Modifier and Type | Method and Description |
|---|---|
AbstractPaymentRequest.FundingSourceEnum |
AbstractPaymentRequest.getFundingSource()
How to process a combo card (for some Brazilian cards only).
|
static AbstractPaymentRequest.FundingSourceEnum |
AbstractPaymentRequest.FundingSourceEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractPaymentRequest.FundingSourceEnum[] |
AbstractPaymentRequest.FundingSourceEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractPaymentRequest.fundingSource(AbstractPaymentRequest.FundingSourceEnum fundingSource) |
void |
AbstractPaymentRequest.setFundingSource(AbstractPaymentRequest.FundingSourceEnum fundingSource) |
Copyright © 2022. All rights reserved.