Class CheckoutPaymentMethodOption

  • All Implemented Interfaces:
    Serializable

    public class CheckoutPaymentMethodOption
    extends Object
    implements Serializable
    DTO that provides information about the payment methods that are configured for checkout.
    Author:
    Marie Standeven (mariestandeven)
    See Also:
    Serialized Form
    • Constructor Detail

      • CheckoutPaymentMethodOption

        public CheckoutPaymentMethodOption()
    • Method Detail

      • getPaymentMethodType

        public String getPaymentMethodType()
        The type of this payment like Credit Card or Gift Card.
      • getPaymentMethodGatewayType

        public String getPaymentMethodGatewayType()
        The gateway configured for this payment method.
      • setPaymentMethodType

        public void setPaymentMethodType​(String paymentMethodType)
        The type of this payment like Credit Card or Gift Card.
      • setPaymentMethodGatewayType

        public void setPaymentMethodGatewayType​(String paymentMethodGatewayType)
        The gateway configured for this payment method.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object