Credit
-
Unique identifier
Declaration
Swift
public var id: String? -
Device which processed this credit
Declaration
Swift
public var device: CLVModels.Device.Device? -
The tender type associated with this payment, e.g. credit card, cash, etc.
Declaration
Swift
public var tender: CLVModels.Base.Tender? -
The employee who processed the payment
Declaration
Swift
public var employee: CLVModels.Employees.Employee? -
Amount paid
Declaration
Swift
public var amount: Int? -
Amount paid in tax
Declaration
Swift
public var taxAmount: Int? -
-
Time payment was recorded on server
Declaration
Swift
public var createdTime: NSDate? -
-
Information about the card used for credit/debit card payments
Declaration
Swift
public var cardTransaction: CLVModels.Payments.CardTransaction? -
-
-
-
-
-
-
Credit Class Reference