Class Session.ConsentCollection

    • Constructor Detail

      • ConsentCollection

        public ConsentCollection()
    • Method Detail

      • getPromotions

        public java.lang.String getPromotions()
        If set to auto, enables the collection of customer consent for promotional communications. The Checkout Session will determine whether to display an option to opt into promotional communication from the merchant depending on the customer's locale. Only available to US merchants.

        Equal to auto.

      • setPromotions

        public void setPromotions​(java.lang.String promotions)
        If set to auto, enables the collection of customer consent for promotional communications. The Checkout Session will determine whether to display an option to opt into promotional communication from the merchant depending on the customer's locale. Only available to US merchants.

        Equal to auto.

      • 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