Class GiftCardPurchase
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class GiftCardPurchase
Properties
AmountOfMoney
Object containing information on an amount of money
Declaration
public AmountOfMoney AmountOfMoney { get; set; }
Property Value
Type | Description |
---|---|
AmountOfMoney |
NumberOfGiftCards
Number of gift cards that are purchased through this transaction
Declaration
public int? NumberOfGiftCards { get; set; }
Property Value
Type | Description |
---|---|
int? |