Class GiftCardPurchase

java.lang.Object
com.onlinepayments.domain.GiftCardPurchase

public class GiftCardPurchase extends Object
  • Constructor Details

    • GiftCardPurchase

      public GiftCardPurchase()
  • Method Details

    • getAmountOfMoney

      public AmountOfMoney getAmountOfMoney()
      Object containing amount and ISO currency code attributes
    • setAmountOfMoney

      public void setAmountOfMoney(AmountOfMoney value)
      Object containing amount and ISO currency code attributes
    • withAmountOfMoney

      public GiftCardPurchase withAmountOfMoney(AmountOfMoney value)
      Object containing amount and ISO currency code attributes
    • getNumberOfGiftCards

      public Integer getNumberOfGiftCards()
      Number of gift cards that are purchased through this transaction
    • setNumberOfGiftCards

      public void setNumberOfGiftCards(Integer value)
      Number of gift cards that are purchased through this transaction
    • withNumberOfGiftCards

      public GiftCardPurchase withNumberOfGiftCards(Integer value)
      Number of gift cards that are purchased through this transaction