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

Properties

String id [get, set]
 Unique identifier More...
 
com.clover.sdk.v3.payments.Payment payment [get, set]
 Payment that the auth was opened with More...
 
String tabName [get, set]
 Name of tab More...
 
Int64 amount [get, set]
 Amount authorized More...
 
com.clover.sdk.v3.payments.CardType cardType [get, set]
 Type of credit card used for authorization More...
 
String last4 [get, set]
 Last 4 digits of credit card used for authorization More...
 
String authcode [get, set]
 Authorization code More...
 
com.clover.sdk.v3.payments.Type type [get, set]
 
String note [get, set]
 
com.clover.sdk.v3.payments.Payment closingPayment [get, set]
 Payment that the auth was closed with More...
 
Int64 createdTime [get, set]
 Time authorization was recorded on server More...
 

Detailed Description

Definition at line 27 of file Authorization.cs.

Property Documentation

◆ amount

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

Amount authorized

Definition at line 47 of file Authorization.cs.

◆ authcode

String com.clover.sdk.v3.payments.Authorization.authcode
getset

Authorization code

Definition at line 62 of file Authorization.cs.

◆ cardType

com.clover.sdk.v3.payments.CardType com.clover.sdk.v3.payments.Authorization.cardType
getset

Type of credit card used for authorization

Definition at line 52 of file Authorization.cs.

◆ closingPayment

com.clover.sdk.v3.payments.Payment com.clover.sdk.v3.payments.Authorization.closingPayment
getset

Payment that the auth was closed with

Definition at line 71 of file Authorization.cs.

◆ createdTime

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

Time authorization was recorded on server

Definition at line 76 of file Authorization.cs.

◆ id

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

Unique identifier

Definition at line 32 of file Authorization.cs.

◆ last4

String com.clover.sdk.v3.payments.Authorization.last4
getset

Last 4 digits of credit card used for authorization

Definition at line 57 of file Authorization.cs.

◆ note

String com.clover.sdk.v3.payments.Authorization.note
getset

Definition at line 66 of file Authorization.cs.

◆ payment

com.clover.sdk.v3.payments.Payment com.clover.sdk.v3.payments.Authorization.payment
getset

Payment that the auth was opened with

Definition at line 37 of file Authorization.cs.

◆ tabName

String com.clover.sdk.v3.payments.Authorization.tabName
getset

Name of tab

Definition at line 42 of file Authorization.cs.

◆ type

com.clover.sdk.v3.payments.Type com.clover.sdk.v3.payments.Authorization.type
getset

Definition at line 64 of file Authorization.cs.


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