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