Uses of Class
com.adyen.model.checkout.PaymentMethod
-
Packages that use PaymentMethod Package Description com.adyen.model.checkout com.adyen.model.storedvalue -
-
Uses of PaymentMethod in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentMethod Modifier and Type Method Description PaymentMethodPaymentMethod. addBrandsItem(String brandsItem)PaymentMethodPaymentMethod. addInputDetailsItem(InputDetail inputDetailsItem)PaymentMethodPaymentMethod. addIssuersItem(PaymentMethodIssuer issuersItem)PaymentMethodPaymentMethod. brand(String brand)PaymentMethodPaymentMethod. brands(List<String> brands)PaymentMethodPaymentMethod. configuration(Map<String,String> configuration)static PaymentMethodPaymentMethod. fromJson(String jsonString)Create an instance of PaymentMethod given an JSON stringPaymentMethodPaymentMethod. fundingSource(PaymentMethod.FundingSourceEnum fundingSource)PaymentMethodPaymentMethod. group(PaymentMethodGroup group)PaymentMethodPaymentMethod. inputDetails(List<InputDetail> inputDetails)PaymentMethodPaymentMethod. issuers(List<PaymentMethodIssuer> issuers)PaymentMethodPaymentMethod. name(String name)PaymentMethodPaymentMethod. putConfigurationItem(String key, String configurationItem)PaymentMethodPaymentMethod. type(String type)Methods in com.adyen.model.checkout that return types with arguments of type PaymentMethod Modifier and Type Method Description List<PaymentMethod>PaymentMethodsResponse. getPaymentMethods()Detailed list of payment methods required to generate payment forms.Methods in com.adyen.model.checkout with parameters of type PaymentMethod Modifier and Type Method Description PaymentMethodsResponsePaymentMethodsResponse. addPaymentMethodsItem(PaymentMethod paymentMethodsItem)Method parameters in com.adyen.model.checkout with type arguments of type PaymentMethod Modifier and Type Method Description PaymentMethodsResponsePaymentMethodsResponse. paymentMethods(List<PaymentMethod> paymentMethods)voidPaymentMethodsResponse. setPaymentMethods(List<PaymentMethod> paymentMethods) -
Uses of PaymentMethod in com.adyen.model.storedvalue
Methods in com.adyen.model.storedvalue that return PaymentMethod Modifier and Type Method Description PaymentMethodStoredValueBalanceCheckRequest. getPaymentMethod()The collection that contains the type of the payment method and its specific information if availablePaymentMethodStoredValueBalanceMergeRequest. getPaymentMethod()The collection that contains the type of the payment method and its specific information if availablePaymentMethodStoredValueIssueRequest. getPaymentMethod()The collection that contains the type of the payment method and its specific information if availablePaymentMethodStoredValueLoadRequest. getPaymentMethod()The collection that contains the type of the payment method and its specific information if availablePaymentMethodStoredValueStatusChangeRequest. getPaymentMethod()The collection that contains the type of the payment method and its specific information if availablePaymentMethodStoredValueBalanceMergeRequest. getSourcePaymentMethod()The collection that contains the source payment method and its specific information if available.Methods in com.adyen.model.storedvalue with parameters of type PaymentMethod Modifier and Type Method Description StoredValueBalanceCheckRequestStoredValueBalanceCheckRequest. paymentMethod(PaymentMethod paymentMethod)StoredValueBalanceMergeRequestStoredValueBalanceMergeRequest. paymentMethod(PaymentMethod paymentMethod)StoredValueIssueRequestStoredValueIssueRequest. paymentMethod(PaymentMethod paymentMethod)StoredValueLoadRequestStoredValueLoadRequest. paymentMethod(PaymentMethod paymentMethod)StoredValueStatusChangeRequestStoredValueStatusChangeRequest. paymentMethod(PaymentMethod paymentMethod)voidStoredValueBalanceCheckRequest. setPaymentMethod(PaymentMethod paymentMethod)voidStoredValueBalanceMergeRequest. setPaymentMethod(PaymentMethod paymentMethod)voidStoredValueIssueRequest. setPaymentMethod(PaymentMethod paymentMethod)voidStoredValueLoadRequest. setPaymentMethod(PaymentMethod paymentMethod)voidStoredValueStatusChangeRequest. setPaymentMethod(PaymentMethod paymentMethod)voidStoredValueBalanceMergeRequest. setSourcePaymentMethod(PaymentMethod sourcePaymentMethod)StoredValueBalanceMergeRequestStoredValueBalanceMergeRequest. sourcePaymentMethod(PaymentMethod sourcePaymentMethod)
-