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