Class PurchaseResponse


  • public class PurchaseResponse
    extends java.lang.Object
    Cheetah Loyalty Response after Purchasing a Gift Card When user purchased a giftcard for the first time, the hosted page url will be returned, otherwise, the purchased giftcard will be returned.
    • Constructor Detail

      • PurchaseResponse

        public PurchaseResponse()
    • Method Detail

      • getHostedPageUrl

        public java.lang.String getHostedPageUrl()
      • setHostedPageUrl

        public void setHostedPageUrl​(java.lang.String hostedPageUrl)
      • getGiftcard

        public Giftcard getGiftcard()
      • setGiftcard

        public void setGiftcard​(Giftcard giftcard)