Uses of Class
com.adyen.model.checkout.SamsungPayDetails
-
Packages that use SamsungPayDetails Package Description com.adyen.model.checkout -
-
Uses of SamsungPayDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return SamsungPayDetails Modifier and Type Method Description SamsungPayDetailsSamsungPayDetails. checkoutAttemptId(String checkoutAttemptId)The checkout attempt identifier.static SamsungPayDetailsSamsungPayDetails. fromJson(String jsonString)Create an instance of SamsungPayDetails given an JSON stringSamsungPayDetailsSamsungPayDetails. fundingSource(SamsungPayDetails.FundingSourceEnum fundingSource)The funding source that should be used when multiple sources are available.SamsungPayDetailsCheckoutPaymentMethod. getSamsungPayDetails()Get the actual instance of `SamsungPayDetails`.SamsungPayDetailsSamsungPayDetails. recurringDetailReference(String recurringDetailReference)Deprecated.since Adyen Checkout API v49 Use `storedPaymentMethodId` instead.SamsungPayDetailsSamsungPayDetails. samsungPayToken(String samsungPayToken)The payload you received from the Samsung Pay SDK response.SamsungPayDetailsSamsungPayDetails. storedPaymentMethodId(String storedPaymentMethodId)This is the `recurringDetailReference` returned in the response when you created the token.SamsungPayDetailsSamsungPayDetails. type(SamsungPayDetails.TypeEnum type)**samsungpay**Constructors in com.adyen.model.checkout with parameters of type SamsungPayDetails Constructor Description CheckoutPaymentMethod(SamsungPayDetails o)
-