Refund
@objc(_TtCCC15CloverConnector9CLVModels8Payments6Refund)
public class Refund : NSObject, NSCoding, Mappable- 
                  
                  Unique identifier DeclarationSwift public var id: String?
- 
                  
                  Device which processed the transaction for this refund DeclarationSwift public var device: CLVModels.Device.Device?
- 
                  
                  Total amount refunded, including tax DeclarationSwift public var amount: Int?
- 
                  
                  Tax amount refunded DeclarationSwift public var taxAmount: Int?
- 
                  
                  The time when the refund was recorded on the server DeclarationSwift public var createdTime: Date?
- 
                  
                  The time when the refund was recorded on the client DeclarationSwift public var clientCreatedTime: Date?
- 
                  
                  DeclarationSwift public var employee: CLVModels.Employees.Employee?
- 
                  
                  The tender type associated with this payment, e.g. credit card, cash, etc. DeclarationSwift public var overrideMerchantTender: CLVModels.Base.Tender?
- 
                  
                  DeclarationSwift public var taxableAmountRates: [CLVModels.Payments.TaxableAmountRate]?
- 
                  
                  DeclarationSwift public var serviceChargeAmount: CLVModels.Payments.ServiceChargeAmount?
- 
                  
                  DeclarationSwift public func encode(with aCoder: NSCoder)
- 
                  
                  DeclarationSwift required public init(coder aDecoder: NSCoder)
- 
                  
                  DeclarationSwift override public init()
- 
                  
                  DeclarationSwift required public init?(map: Map)
- 
                  
                  DeclarationSwift public func mapping(map: Map)
 Refund Class Reference
        Refund Class Reference