Class PurchaseResponse
- java.lang.Object
-
- com.cheetahdigital.giftcards.core.model.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 Summary
Constructors Constructor Description PurchaseResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Giftcard
getGiftcard()
java.lang.String
getHostedPageUrl()
void
setGiftcard(Giftcard giftcard)
void
setHostedPageUrl(java.lang.String hostedPageUrl)
-