RivertyDetails |
RivertyDetails.billingAddress(String billingAddress) |
The address where to send the invoice.
|
RivertyDetails |
RivertyDetails.checkoutAttemptId(String checkoutAttemptId) |
The checkout attempt identifier.
|
RivertyDetails |
RivertyDetails.deliveryAddress(String deliveryAddress) |
The address where the goods should be delivered.
|
RivertyDetails |
RivertyDetails.deviceFingerprint(String deviceFingerprint) |
A string containing the shopper's device fingerprint.
|
static RivertyDetails |
RivertyDetails.fromJson(String jsonString) |
Create an instance of RivertyDetails given an JSON string
|
RivertyDetails |
CheckoutPaymentMethod.getRivertyDetails() |
Get the actual instance of `RivertyDetails`.
|
RivertyDetails |
RivertyDetails.iban(String iban) |
The iban number of the customer
|
RivertyDetails |
RivertyDetails.personalDetails(String personalDetails) |
Shopper name, date of birth, phone number, and email address.
|
RivertyDetails |
RivertyDetails.recurringDetailReference(String recurringDetailReference) |
Deprecated.
|
RivertyDetails |
RivertyDetails.storedPaymentMethodId(String storedPaymentMethodId) |
This is the `recurringDetailReference` returned in the response when you created the token.
|
RivertyDetails |
RivertyDetails.type(RivertyDetails.TypeEnum type) |
**riverty**
|