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 class
The order information required for partial payments. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAdditionalAttribute
(String name, Object value) protected boolean
boolean
javax.money.MonetaryAmount
The 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.int
hashCode()
void
setAdditionalAttributes
(Map<String, Object> additionalAttributes) Contains the additional information for the request.void
setAmount
(javax.money.MonetaryAmount amount) The amount of the payment.void
setCountryCode
(String countryCode) shoppers country codevoid
The order information required for partial payments.void
setShopperLocale
(String shopperLocale) The combination of a language code and a country code to specify the language to be used in the payment.void
setShopperReference
(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
-