Package com.onlinepayments.domain
Class GiftCardPurchase
java.lang.Object
com.onlinepayments.domain.GiftCardPurchase
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject containing amount and ISO currency code attributesNumber of gift cards that are purchased through this transactionvoidsetAmountOfMoney(AmountOfMoney value) Object containing amount and ISO currency code attributesvoidsetNumberOfGiftCards(Integer value) Number of gift cards that are purchased through this transactionwithAmountOfMoney(AmountOfMoney value) Object containing amount and ISO currency code attributeswithNumberOfGiftCards(Integer value) Number of gift cards that are purchased through this transaction
-
Constructor Details
-
GiftCardPurchase
public GiftCardPurchase()
-
-
Method Details
-
getAmountOfMoney
Object containing amount and ISO currency code attributes -
setAmountOfMoney
Object containing amount and ISO currency code attributes -
withAmountOfMoney
Object containing amount and ISO currency code attributes -
getNumberOfGiftCards
Number of gift cards that are purchased through this transaction -
setNumberOfGiftCards
Number of gift cards that are purchased through this transaction -
withNumberOfGiftCards
Number of gift cards that are purchased through this transaction
-