Class GiftCardPurchase
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.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? |