| Package | Description |
|---|---|
| com.adyen.model.checkout |
| Modifier and Type | Method and Description |
|---|---|
static PaymentMethod.FundingSourceEnum |
PaymentMethod.FundingSourceEnum.fromValue(String text) |
PaymentMethod.FundingSourceEnum |
PaymentMethod.getFundingSource()
The funding source of the payment method.
|
PaymentMethod.FundingSourceEnum |
PaymentMethod.FundingSourceEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static PaymentMethod.FundingSourceEnum |
PaymentMethod.FundingSourceEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentMethod.FundingSourceEnum[] |
PaymentMethod.FundingSourceEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentMethod.setFundingSource(PaymentMethod.FundingSourceEnum fundingSource) |
void |
PaymentMethod.FundingSourceEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
PaymentMethod.FundingSourceEnum enumeration) |
Copyright © 2022. All rights reserved.