Uses of Class
com.adyen.model.checkout.VippsDetails
-
Packages that use VippsDetails Package Description com.adyen.model.checkout -
-
Uses of VippsDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return VippsDetails Modifier and Type Method Description VippsDetailsVippsDetails. checkoutAttemptId(String checkoutAttemptId)The checkout attempt identifier.static VippsDetailsVippsDetails. fromJson(String jsonString)Create an instance of VippsDetails given an JSON stringVippsDetailsCheckoutPaymentMethod. getVippsDetails()Get the actual instance of `VippsDetails`.VippsDetailsVippsDetails. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.VippsDetailsVippsDetails. recurringDetailReference(String recurringDetailReference)Deprecated.since Adyen Checkout API v49 Use `storedPaymentMethodId` instead.VippsDetailsVippsDetails. sdkData(String sdkData)Base64-encoded JSON object containing SDK related parameters required by the SDKVippsDetailsVippsDetails. storedPaymentMethodId(String storedPaymentMethodId)This is the `recurringDetailReference` returned in the response when you created the token.VippsDetailsVippsDetails. telephoneNumber(String telephoneNumber)VippsDetailsVippsDetails. type(VippsDetails.TypeEnum type)**vipps**Constructors in com.adyen.model.checkout with parameters of type VippsDetails Constructor Description CheckoutPaymentMethod(VippsDetails o)
-