Uses of Class
com.adyen.model.checkout.OpenInvoiceDetails
-
Packages that use OpenInvoiceDetails Package Description com.adyen.model.checkout -
-
Uses of OpenInvoiceDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return OpenInvoiceDetails Modifier and Type Method Description OpenInvoiceDetailsOpenInvoiceDetails. billingAddress(String billingAddress)The address where to send the invoice.OpenInvoiceDetailsOpenInvoiceDetails. checkoutAttemptId(String checkoutAttemptId)The checkout attempt identifier.OpenInvoiceDetailsOpenInvoiceDetails. deliveryAddress(String deliveryAddress)The address where the goods should be delivered.static OpenInvoiceDetailsOpenInvoiceDetails. fromJson(String jsonString)Create an instance of OpenInvoiceDetails given an JSON stringOpenInvoiceDetailsCheckoutPaymentMethod. getOpenInvoiceDetails()Get the actual instance of `OpenInvoiceDetails`.OpenInvoiceDetailsOpenInvoiceDetails. personalDetails(String personalDetails)Shopper name, date of birth, phone number, and email address.OpenInvoiceDetailsOpenInvoiceDetails. recurringDetailReference(String recurringDetailReference)Deprecated.since Adyen Checkout API v49 Use `storedPaymentMethodId` instead.OpenInvoiceDetailsOpenInvoiceDetails. storedPaymentMethodId(String storedPaymentMethodId)This is the `recurringDetailReference` returned in the response when you created the token.OpenInvoiceDetailsOpenInvoiceDetails. type(OpenInvoiceDetails.TypeEnum type)**openinvoice**Constructors in com.adyen.model.checkout with parameters of type OpenInvoiceDetails Constructor Description CheckoutPaymentMethod(OpenInvoiceDetails o)
-