public class PaymentMethod extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentMethod.FundingSourceEnum
The funding source of the payment method.
|
| Constructor and Description |
|---|
PaymentMethod() |
public PaymentMethod brand(String brand)
public String getBrand()
public void setBrand(String brand)
public PaymentMethod brands(List<String> brands)
public PaymentMethod addBrandsItem(String brandsItem)
public List<String> getBrands()
public PaymentMethod configuration(Map<String,String> configuration)
public PaymentMethod putConfigurationItem(String key, String configurationItem)
public Map<String,String> getConfiguration()
public PaymentMethod.FundingSourceEnum getFundingSource()
public void setFundingSource(PaymentMethod.FundingSourceEnum fundingSource)
public PaymentMethod group(PaymentMethodGroup group)
public PaymentMethodGroup getGroup()
public void setGroup(PaymentMethodGroup group)
public PaymentMethod inputDetails(List<InputDetail> inputDetails)
public PaymentMethod addInputDetailsItem(InputDetail inputDetailsItem)
@Deprecated public List<InputDetail> getInputDetails()
public void setInputDetails(List<InputDetail> inputDetails)
public PaymentMethod name(String name)
public String getName()
public void setName(String name)
public PaymentMethod supportsRecurring(Boolean supportsRecurring)
public PaymentMethod type(String type)
public PaymentMethod issuers(List<PaymentMethodIssuer> issuers)
public PaymentMethod addIssuersItem(PaymentMethodIssuer issuersItem)
public List<PaymentMethodIssuer> getIssuers()
public void setIssuers(List<PaymentMethodIssuer> issuers)
public String getType()
public void setType(String type)
Copyright © 2022. All rights reserved.