public class GiftCardPurchase extends Object
| Constructor and Description |
|---|
GiftCardPurchase() |
| Modifier and Type | Method and Description |
|---|---|
AmountOfMoney |
getAmountOfMoney()
Object containing amount and ISO currency code attributes
|
Integer |
getNumberOfGiftCards()
Number of gift cards that are purchased through this transaction
|
void |
setAmountOfMoney(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
void |
setNumberOfGiftCards(Integer value)
Number of gift cards that are purchased through this transaction
|
GiftCardPurchase |
withAmountOfMoney(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
GiftCardPurchase |
withNumberOfGiftCards(Integer value)
Number of gift cards that are purchased through this transaction
|
public AmountOfMoney getAmountOfMoney()
public void setAmountOfMoney(AmountOfMoney value)
public GiftCardPurchase withAmountOfMoney(AmountOfMoney value)
public Integer getNumberOfGiftCards()
public void setNumberOfGiftCards(Integer value)
public GiftCardPurchase withNumberOfGiftCards(Integer value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.