Uses of Class
org.starhope.appius.pay.GiftCard

Packages that use GiftCard
org.starhope.appius.pay   
org.starhope.appius.pay.util   
 

Uses of GiftCard in org.starhope.appius.pay
 

Methods in org.starhope.appius.pay that return GiftCard
static GiftCard GiftCard.get(String code)
           
 

Uses of GiftCard in org.starhope.appius.pay.util
 

Fields in org.starhope.appius.pay.util declared as GiftCard
private  GiftCard PaymentCredential.giftCard
          A locally-managed gift card
 

Methods in org.starhope.appius.pay.util that return GiftCard
 GiftCard PaymentCredential.getGiftCard()
           
 

Methods in org.starhope.appius.pay.util with parameters of type GiftCard
 void PaymentCredential.setGiftCard(GiftCard giftCard)