CashAppDetails |
CashAppDetails.cashtag(String cashtag) |
Cash App issued cashtag for recurring payment
|
CashAppDetails |
CashAppDetails.checkoutAttemptId(String checkoutAttemptId) |
The checkout attempt identifier.
|
CashAppDetails |
CashAppDetails.customerId(String customerId) |
Cash App issued customerId for recurring payment
|
static CashAppDetails |
CashAppDetails.fromJson(String jsonString) |
Create an instance of CashAppDetails given an JSON string
|
CashAppDetails |
CheckoutPaymentMethod.getCashAppDetails() |
Get the actual instance of `CashAppDetails`.
|
CashAppDetails |
CashAppDetails.grantId(String grantId) |
Cash App issued grantId for one time payment
|
CashAppDetails |
CashAppDetails.onFileGrantId(String onFileGrantId) |
Cash App issued onFileGrantId for recurring payment
|
CashAppDetails |
CashAppDetails.recurringDetailReference(String recurringDetailReference) |
Deprecated.
|
CashAppDetails |
CashAppDetails.requestId(String requestId) |
Cash App request id
|
CashAppDetails |
CashAppDetails.storedPaymentMethodId(String storedPaymentMethodId) |
This is the `recurringDetailReference` returned in the response when you created the token.
|
CashAppDetails |
CashAppDetails.subtype(String subtype) |
The payment method subtype.
|
CashAppDetails |
CashAppDetails.type(CashAppDetails.TypeEnum type) |
cashapp
|