![]() |
CloverConnector
4.0.5
Copyright (C) 2018 Clover Network, Inc.
|
Properties | |
string | id [get, set] |
Unique identifier More... | |
Reference | order [get, set] |
The order with which the payment is associated More... | |
Reference | device [get, set] |
Device which processed the transaction for this payment More... | |
Tender | tender [get, set] |
The tender type associated with this payment, e.g. credit card, cash, etc. More... | |
long | amount [get, set] |
Total amount paid More... | |
long? | tipAmount [get, set] |
Amount paid in tips More... | |
long | taxAmount [get, set] |
Amount paid in tax More... | |
long | cashbackAmount [get, set] |
Amount given back in a cash back transaction More... | |
long? | cashTendered [get, set] |
Amount of cash given by the customer More... | |
string | externalPaymentId [get, set] |
com.clover.sdk.v3.base_.Reference | employee [get, set] |
The employee who processed the payment More... | |
long | createdTime [get, set] |
Time payment was recorded on server More... | |
long | clientCreatedTime [get, set] |
long | modifiedTime [get, set] |
Last modified time of the payment More... | |
bool | offline [get, set] |
com.clover.sdk.v3.payments.Result | result [get, set] |
com.clover.sdk.v3.payments.CardTransaction | cardTransaction [get, set] |
Information about the card used for credit/debit card payments More... | |
com.clover.sdk.v3.payments.ServiceChargeAmount | serviceCharge [get, set] |
Amount record as a service charge More... | |
List< com.clover.sdk.v3.payments.PaymentTaxRate > | taxRates [get, set] |
List< com.clover.sdk.v3.payments.Refund > | refunds [get, set] |
string | note [get, set] |
List< com.clover.sdk.v3.payments.LineItemPayment > | lineItemPayments [get, set] |
List< com.clover.sdk.v3.payments.AdditionalChargeAmount > | additionalCharges [get, set] |
com.clover.sdk.v3.order.VoidReason | voidReason [get, set] |
If voided, the reason why (when available) More... | |
payments.DCCInfo | dccInfo [get, set] |
Dynamic Currency Conversion information More... | |
TransactionSettings | transactionSettings [get, set] |
Per transaction settings for the payment More... | |
GermanInfo | germanInfo [get, set] |
German region-specific information More... | |
AppTracking | appTracking [get, set] |
Tracking information for the app that created this payment. More... | |
CashAdvanceExtra | cashAdvanceExtra [get, set] |
Information specific to cash advance transactions. More... | |
TransactionInfo | transactionInfo [get, set] |
Transaction information More... | |
SignatureDisclaimer | signatureDisclaimer [get, set] |
Information displayed to customer for storing electronic signatures More... | |
string | externalReferenceId [get, set] |
The external reference id if associated with the payment More... | |
Reference | merchant [get, set] |
Merchant associated with the payment More... | |
Definition at line 26 of file Payment.cs.
|
getset |
Definition at line 115 of file Payment.cs.
|
getset |
Total amount paid
Definition at line 52 of file Payment.cs.
|
getset |
Tracking information for the app that created this payment.
Definition at line 137 of file Payment.cs.
|
getset |
Information about the card used for credit/debit card payments
Definition at line 100 of file Payment.cs.
|
getset |
Information specific to cash advance transactions.
Definition at line 141 of file Payment.cs.
|
getset |
Amount given back in a cash back transaction
Definition at line 67 of file Payment.cs.
|
getset |
Amount of cash given by the customer
Definition at line 72 of file Payment.cs.
|
getset |
Definition at line 86 of file Payment.cs.
|
getset |
Time payment was recorded on server
Definition at line 84 of file Payment.cs.
|
getset |
Dynamic Currency Conversion information
Definition at line 125 of file Payment.cs.
|
getset |
Device which processed the transaction for this payment
Definition at line 42 of file Payment.cs.
|
getset |
The employee who processed the payment
Definition at line 79 of file Payment.cs.
|
getset |
Definition at line 74 of file Payment.cs.
|
getset |
The external reference id if associated with the payment
Definition at line 153 of file Payment.cs.
|
getset |
German region-specific information
Definition at line 133 of file Payment.cs.
|
getset |
Unique identifier
Definition at line 32 of file Payment.cs.
|
getset |
Definition at line 113 of file Payment.cs.
|
getset |
Merchant associated with the payment
Definition at line 157 of file Payment.cs.
|
getset |
Last modified time of the payment
Definition at line 91 of file Payment.cs.
|
getset |
Definition at line 111 of file Payment.cs.
|
getset |
Definition at line 93 of file Payment.cs.
|
getset |
The order with which the payment is associated
Definition at line 37 of file Payment.cs.
|
getset |
Definition at line 109 of file Payment.cs.
|
getset |
Definition at line 95 of file Payment.cs.
|
getset |
Amount record as a service charge
Definition at line 105 of file Payment.cs.
|
getset |
Information displayed to customer for storing electronic signatures
Definition at line 149 of file Payment.cs.
|
getset |
Amount paid in tax
Definition at line 62 of file Payment.cs.
|
getset |
Definition at line 107 of file Payment.cs.
|
getset |
The tender type associated with this payment, e.g. credit card, cash, etc.
Definition at line 47 of file Payment.cs.
|
getset |
Amount paid in tips
Definition at line 57 of file Payment.cs.
|
getset |
Transaction information
Definition at line 145 of file Payment.cs.
|
getset |
Per transaction settings for the payment
Definition at line 129 of file Payment.cs.
|
getset |
If voided, the reason why (when available)
Definition at line 120 of file Payment.cs.