Uses of Class
com.onlinepayments.domain.GiftCardPurchase
Packages that use GiftCardPurchase
-
Uses of GiftCardPurchase in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return GiftCardPurchaseModifier and TypeMethodDescriptionShoppingCart.getGiftCardPurchase()Object containing information on purchased gift card(s)GiftCardPurchase.withAmountOfMoney(AmountOfMoney value) Object containing amount and ISO currency code attributesGiftCardPurchase.withNumberOfGiftCards(Integer value) Number of gift cards that are purchased through this transactionMethods in com.onlinepayments.domain with parameters of type GiftCardPurchaseModifier and TypeMethodDescriptionvoidShoppingCart.setGiftCardPurchase(GiftCardPurchase value) Object containing information on purchased gift card(s)ShoppingCart.withGiftCardPurchase(GiftCardPurchase value) Object containing information on purchased gift card(s)