public class PaymentMethodsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentMethodsRequest.ChannelEnum
The platform where a payment transaction takes place.
|
| Constructor and Description |
|---|
PaymentMethodsRequest() |
public Object getAdditionalData()
public void setAdditionalData(Object additionalData)
public AccountInfo getAccountInfo()
public void setAccountInfo(AccountInfo accountInfo)
public PaymentMethodsRequest amount(Amount amount)
public String getConfigId()
public void setConfigId(String configId)
public MerchantRiskIndicator getMerchantRiskIndicator()
public void setMerchantRiskIndicator(MerchantRiskIndicator merchantRiskIndicator)
public ThreeDS2RequestData getThreeDS2RequestData()
public void setThreeDS2RequestData(ThreeDS2RequestData threeDS2RequestData)
public Boolean getTrustedShopper()
public void setTrustedShopper(Boolean trustedShopper)
public Amount getAmount()
public void setAmount(Amount amount)
public PaymentMethodsRequest channel(PaymentMethodsRequest.ChannelEnum channel)
public PaymentMethodsRequest.ChannelEnum getChannel()
public void setChannel(PaymentMethodsRequest.ChannelEnum channel)
public PaymentMethodsRequest countryCode(String countryCode)
public String getCountryCode()
public void setCountryCode(String countryCode)
public PaymentMethodsRequest merchantAccount(String merchantAccount)
public String getMerchantAccount()
public void setMerchantAccount(String merchantAccount)
public PaymentMethodsRequest shopperLocale(String shopperLocale)
public String getShopperLocale()
public void setShopperLocale(String shopperLocale)
public PaymentMethodsRequest shopperReference(String shopperReference)
public String getShopperReference()
public void setShopperReference(String shopperReference)
public String getStore()
public void setStore(String store)
public PaymentMethodsRequest store(String store)
public PaymentMethodsRequest threeDSAuthenticationOnly(Boolean threeDSAuthenticationOnly)
public Boolean isThreeDSAuthenticationOnly()
public void setThreeDSAuthenticationOnly(Boolean threeDSAuthenticationOnly)
public PaymentMethodsRequest order(CheckoutOrder order)
public CheckoutOrder getOrder()
public void setOrder(CheckoutOrder order)
public PaymentMethodsRequest splitCardFundingSources(Boolean splitCardFundingSources)
public Boolean isSplitCardFundingSources()
public void setSplitCardFundingSources(Boolean splitCardFundingSources)
Copyright © 2022. All rights reserved.