Class PaymentMethodsRequest

java.lang.Object
com.broadleafcommerce.adyen.web.endpoint.domain.PaymentMethodsRequest
All Implemented Interfaces:
Serializable

public class PaymentMethodsRequest extends Object implements Serializable
See Also:
  • Constructor Details

    • PaymentMethodsRequest

      public PaymentMethodsRequest()
  • Method Details

    • addAdditionalAttribute

      public void addAdditionalAttribute(String name, Object value)
    • getAdditionalAttributes

      public Map<String,Object> getAdditionalAttributes()
    • getAmount

      public javax.money.MonetaryAmount getAmount()
      The amount of the payment.
    • getCountryCode

      public String getCountryCode()
      shoppers country code
    • getShopperLocale

      public String getShopperLocale()
      The combination of a language code and a country code to specify the language to be used in the payment.
    • getShopperReference

      public String 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

      public void setCountryCode(String countryCode)
      shoppers country code
    • setShopperLocale

      public void setShopperLocale(String shopperLocale)
      The combination of a language code and a country code to specify the language to be used in the payment.
    • setShopperReference

      public void setShopperReference(String shopperReference)
      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

      public void setAdditionalAttributes(Map<String,Object> additionalAttributes)
      Contains the additional information for the request. It is used as a "fallback" handler for all unrecognized properties from JSON content.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object