Class Session.Consent

    • Constructor Detail

      • Consent

        public Consent()
    • Method Detail

      • getPromotions

        public java.lang.String getPromotions()
        If opt_in, the customer consents to receiving promotional communications from the merchant about this Checkout Session.

        One of opt_in, or opt_out.

      • setPromotions

        public void setPromotions​(java.lang.String promotions)
        If opt_in, the customer consents to receiving promotional communications from the merchant about this Checkout Session.

        One of opt_in, or opt_out.

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object