Refund
-
Unique identifier
Declaration
Swift
public var id: String?
-
Device which processed the transaction for this refund
Declaration
Swift
public var device: CLVModels.Device.Device?
-
Total amount refunded, including tax
Declaration
Swift
public var amount: Int?
-
Tax amount refunded
Declaration
Swift
public var taxAmount: Int?
-
The time when the refund was recorded on the server
Declaration
Swift
public var createdTime: NSDate?
-
The time when the refund was recorded on the client
Declaration
Swift
public var clientCreatedTime: NSDate?
-
-
-
The tender type associated with this payment, e.g. credit card, cash, etc.
Declaration
Swift
public var overrideMerchantTender: CLVModels.Base.Tender?
-
-
-
-
-
-
-