GiftCardTransaction
-
Transaction Amount
Declaration
Swift
public var amount: Int?
-
Tax Amount
Declaration
Swift
public var taxAmount: Int?
-
-
-
-
-
-
Payments that were made for this line item
Declaration
Swift
public var lineItems: [CLVModels.Payments.LineItemPayment]?
-
-
-
-
-
-