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