Class PaymentMethodsRequest
java.lang.Object
com.broadleafcommerce.adyen.web.endpoint.domain.PaymentMethodsRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe order information required for partial payments. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAdditionalAttribute(String name, Object value) protected booleanbooleanjavax.money.MonetaryAmountThe amount of the payment.shoppers country codegetOrder()The order information required for partial payments.The combination of a language code and a country code to specify the language to be used in the payment.Required for recurring payments.inthashCode()voidsetAdditionalAttributes(Map<String, Object> additionalAttributes) Contains the additional information for the request.voidsetAmount(javax.money.MonetaryAmount amount) The amount of the payment.voidsetCountryCode(String countryCode) shoppers country codevoidThe order information required for partial payments.voidsetShopperLocale(String shopperLocale) The combination of a language code and a country code to specify the language to be used in the payment.voidsetShopperReference(String shopperReference) Required for recurring payments.toString()
-
Constructor Details
-
PaymentMethodsRequest
public PaymentMethodsRequest()
-
-
Method Details
-
addAdditionalAttribute
-
getAdditionalAttributes
-
getAmount
public javax.money.MonetaryAmount getAmount()The amount of the payment. -
getCountryCode
shoppers country code -
getShopperLocale
The combination of a language code and a country code to specify the language to be used in the payment. -
getShopperReference
Required for recurring payments. Your reference to uniquely identify this shopper, for example user ID or account ID. Minimum length: 3 characters. -
getOrder
The order information required for partial payments. -
setAmount
public void setAmount(javax.money.MonetaryAmount amount) The amount of the payment. -
setCountryCode
shoppers country code -
setShopperLocale
The combination of a language code and a country code to specify the language to be used in the payment. -
setShopperReference
Required for recurring payments. Your reference to uniquely identify this shopper, for example user ID or account ID. Minimum length: 3 characters. -
setOrder
The order information required for partial payments. -
setAdditionalAttributes
Contains the additional information for the request. It is used as a "fallback" handler for all unrecognized properties from JSON content. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-