CloverConnector  4.0.0
Copyright (C) 2018 Clover Network, Inc.
com.clover.sdk.v3.payments.Credit Class Reference

Properties

String id [get, set]
 Unique identifier More...
 
com.clover.sdk.v3.base_.Reference orderRef [get, set]
 The order with which the credit is associated More...
 
com.clover.sdk.v3.base_.Reference device [get, set]
 Device which processed this credit More...
 
com.clover.sdk.v3.base_.Tender tender [get, set]
 The tender type associated with this payment, e.g. credit card, cash, etc. More...
 
com.clover.sdk.v3.base_.Reference employee [get, set]
 The employee who processed the payment More...
 
com.clover.sdk.v3.customers.Customer customers [get, set]
 Customer who received the credit/refund More...
 
Int64 amount [get, set]
 Amount paid More...
 
Int64 taxAmount [get, set]
 Amount paid in tax More...
 
List< com.clover.sdk.v3.payments.TaxableAmountRatetaxRates [get, set]
 
Int64 createdTime [get, set]
 Time payment was recorded on server More...
 
Int64 clientCreatedTime [get, set]
 
com.clover.sdk.v3.payments.CardTransaction cardTransaction [get, set]
 Information about the card used for credit/debit card payments More...
 
Boolean voided [get, set]
 
String voidReason [get, set]
 

Detailed Description

Definition at line 27 of file Credit.cs.

Property Documentation

◆ amount

Int64 com.clover.sdk.v3.payments.Credit.amount
getset

Amount paid

Definition at line 62 of file Credit.cs.

◆ cardTransaction

com.clover.sdk.v3.payments.CardTransaction com.clover.sdk.v3.payments.Credit.cardTransaction
getset

Information about the card used for credit/debit card payments

Definition at line 81 of file Credit.cs.

◆ clientCreatedTime

Int64 com.clover.sdk.v3.payments.Credit.clientCreatedTime
getset

Definition at line 76 of file Credit.cs.

◆ createdTime

Int64 com.clover.sdk.v3.payments.Credit.createdTime
getset

Time payment was recorded on server

Definition at line 74 of file Credit.cs.

◆ customers

com.clover.sdk.v3.customers.Customer com.clover.sdk.v3.payments.Credit.customers
getset

Customer who received the credit/refund

Definition at line 57 of file Credit.cs.

◆ device

com.clover.sdk.v3.base_.Reference com.clover.sdk.v3.payments.Credit.device
getset

Device which processed this credit

Definition at line 42 of file Credit.cs.

◆ employee

com.clover.sdk.v3.base_.Reference com.clover.sdk.v3.payments.Credit.employee
getset

The employee who processed the payment

Definition at line 52 of file Credit.cs.

◆ id

String com.clover.sdk.v3.payments.Credit.id
getset

Unique identifier

Definition at line 32 of file Credit.cs.

◆ orderRef

com.clover.sdk.v3.base_.Reference com.clover.sdk.v3.payments.Credit.orderRef
getset

The order with which the credit is associated

Definition at line 37 of file Credit.cs.

◆ taxAmount

Int64 com.clover.sdk.v3.payments.Credit.taxAmount
getset

Amount paid in tax

Definition at line 67 of file Credit.cs.

◆ taxRates

List<com.clover.sdk.v3.payments.TaxableAmountRate> com.clover.sdk.v3.payments.Credit.taxRates
getset

Definition at line 69 of file Credit.cs.

◆ tender

com.clover.sdk.v3.base_.Tender com.clover.sdk.v3.payments.Credit.tender
getset

The tender type associated with this payment, e.g. credit card, cash, etc.

Definition at line 47 of file Credit.cs.

◆ voided

Boolean com.clover.sdk.v3.payments.Credit.voided
getset

Definition at line 83 of file Credit.cs.

◆ voidReason

String com.clover.sdk.v3.payments.Credit.voidReason
getset

Definition at line 85 of file Credit.cs.


The documentation for this class was generated from the following file: