Uses of Class
com.adyen.model.checkout.TokenConnectStoringMethod
-
Packages that use TokenConnectStoringMethod Package Description com.adyen.model.checkout -
-
Uses of TokenConnectStoringMethod in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return TokenConnectStoringMethod Modifier and Type Method Description TokenConnectStoringMethodTokenConnectStoringMethod. addIssuersItem(TokenConnectIssuer issuersItem)TokenConnectStoringMethodTokenConnectStoringMethod. issuers(List<TokenConnectIssuer> issuers)TokenConnectStoringMethodTokenConnectStoringMethod. type(String type)Methods in com.adyen.model.checkout that return types with arguments of type TokenConnectStoringMethod Modifier and Type Method Description List<TokenConnectStoringMethod>PaymentMethodsResponse. getStoringMethods()List of all storing methods.Methods in com.adyen.model.checkout with parameters of type TokenConnectStoringMethod Modifier and Type Method Description PaymentMethodsResponsePaymentMethodsResponse. addStoringMethodsItem(TokenConnectStoringMethod storingMethodsItem)Method parameters in com.adyen.model.checkout with type arguments of type TokenConnectStoringMethod Modifier and Type Method Description voidPaymentMethodsResponse. setStoringMethods(List<TokenConnectStoringMethod> storingMethods)PaymentMethodsResponsePaymentMethodsResponse. storingMethods(List<TokenConnectStoringMethod> storingMethods)
-