public class ApplePayDetails extends Object implements PaymentMethodDetails
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplePayDetails.FundingSourceEnum
Gets or Sets fundingSource
|
| Constructor and Description |
|---|
ApplePayDetails() |
| Modifier and Type | Method and Description |
|---|---|
ApplePayDetails |
applePayToken(String applePayToken) |
boolean |
equals(Object o) |
ApplePayDetails |
fundingSource(ApplePayDetails.FundingSourceEnum fundingSource) |
String |
getApplePayToken()
Get applePayToken
|
ApplePayDetails.FundingSourceEnum |
getFundingSource()
Get fundingSource
|
String |
getStoredPaymentMethodId()
This is the `recurringDetailReference` returned in the response when you created the token.
|
String |
getType()
**applepay**
|
int |
hashCode() |
void |
setApplePayToken(String applePayToken) |
void |
setFundingSource(ApplePayDetails.FundingSourceEnum fundingSource) |
void |
setStoredPaymentMethodId(String storedPaymentMethodId) |
void |
setType(String type) |
ApplePayDetails |
storedPaymentMethodId(String storedPaymentMethodId) |
String |
toString() |
ApplePayDetails |
type(String type) |
public static final String APPLEPAY
public ApplePayDetails applePayToken(String applePayToken)
public String getApplePayToken()
public void setApplePayToken(String applePayToken)
public ApplePayDetails fundingSource(ApplePayDetails.FundingSourceEnum fundingSource)
public ApplePayDetails.FundingSourceEnum getFundingSource()
public void setFundingSource(ApplePayDetails.FundingSourceEnum fundingSource)
public ApplePayDetails type(String type)
public ApplePayDetails storedPaymentMethodId(String storedPaymentMethodId)
public String getStoredPaymentMethodId()
public void setStoredPaymentMethodId(String storedPaymentMethodId)
public String getType()
getType in interface PaymentMethodDetailspublic void setType(String type)
setType in interface PaymentMethodDetailsCopyright © 2022. All rights reserved.