CloverConnector  4.0.5
Copyright (C) 2018 Clover Network, Inc.
com.clover.remotepay.sdk.VoidPaymentRequest Class Reference

Object passed in to request the voiding of a payment More...

Inheritance diagram for com.clover.remotepay.sdk.VoidPaymentRequest:
com.clover.remotepay.sdk.BaseRequest

Static Public Attributes

const string USER_CANCEL = "USER_CANCEL"
 
const string NOT_APPROVED = "NOT_APPROVED"
 
const string FAILED = "FAILED"
 
const string REJECT_SIGNATURE = "REJECT_SIGNATURE"
 
const string REJECT_PARTIAL_AUTH = "REJECT_PARTIAL_AUTH"
 
const string REJECT_DUPLICATE = "REJECT_DUPLICATE"
 
const string REJECT_OFFLINE = "REJECT_OFFLINE"
 
const string AUTH_CLOSED_NEW_CARD = "AUTH_CLOSED_NEW_CARD"
 
const string DEVELOPER_PAY_PARTIAL_AUTH = "DEVELOPER_PAY_PARTIAL_AUTH"
 
const string TRANSPORT_ERROR = "TRANSPORT_ERROR"
 

Properties

string PaymentId [get, set]
 
string VoidReason [get, set]
 Reason for void, must be one of the recognized categories, see VoidPaymentRequest consts for common options use VoidPaymentRequest.USER_CANCEL as default More...
 
string EmployeeId [get, set]
 
string OrderId [get, set]
 
Dictionary< string, string > Extras = new Dictionary<string, string>() [get]
 
- Properties inherited from com.clover.remotepay.sdk.BaseRequest
string RequestId [get, set]
 

Additional Inherited Members

- Protected Member Functions inherited from com.clover.remotepay.sdk.BaseRequest
 BaseRequest ()
 

Detailed Description

Object passed in to request the voiding of a payment

Definition at line 566 of file TransactionBeans.cs.

Member Data Documentation

◆ AUTH_CLOSED_NEW_CARD

const string com.clover.remotepay.sdk.VoidPaymentRequest.AUTH_CLOSED_NEW_CARD = "AUTH_CLOSED_NEW_CARD"
static

Definition at line 588 of file TransactionBeans.cs.

◆ DEVELOPER_PAY_PARTIAL_AUTH

const string com.clover.remotepay.sdk.VoidPaymentRequest.DEVELOPER_PAY_PARTIAL_AUTH = "DEVELOPER_PAY_PARTIAL_AUTH"
static

Definition at line 589 of file TransactionBeans.cs.

◆ FAILED

const string com.clover.remotepay.sdk.VoidPaymentRequest.FAILED = "FAILED"
static

Definition at line 583 of file TransactionBeans.cs.

◆ NOT_APPROVED

const string com.clover.remotepay.sdk.VoidPaymentRequest.NOT_APPROVED = "NOT_APPROVED"
static

Definition at line 582 of file TransactionBeans.cs.

◆ REJECT_DUPLICATE

const string com.clover.remotepay.sdk.VoidPaymentRequest.REJECT_DUPLICATE = "REJECT_DUPLICATE"
static

Definition at line 586 of file TransactionBeans.cs.

◆ REJECT_OFFLINE

const string com.clover.remotepay.sdk.VoidPaymentRequest.REJECT_OFFLINE = "REJECT_OFFLINE"
static

Definition at line 587 of file TransactionBeans.cs.

◆ REJECT_PARTIAL_AUTH

const string com.clover.remotepay.sdk.VoidPaymentRequest.REJECT_PARTIAL_AUTH = "REJECT_PARTIAL_AUTH"
static

Definition at line 585 of file TransactionBeans.cs.

◆ REJECT_SIGNATURE

const string com.clover.remotepay.sdk.VoidPaymentRequest.REJECT_SIGNATURE = "REJECT_SIGNATURE"
static

Definition at line 584 of file TransactionBeans.cs.

◆ TRANSPORT_ERROR

const string com.clover.remotepay.sdk.VoidPaymentRequest.TRANSPORT_ERROR = "TRANSPORT_ERROR"
static

Definition at line 590 of file TransactionBeans.cs.

◆ USER_CANCEL

const string com.clover.remotepay.sdk.VoidPaymentRequest.USER_CANCEL = "USER_CANCEL"
static

Definition at line 581 of file TransactionBeans.cs.

Property Documentation

◆ EmployeeId

string com.clover.remotepay.sdk.VoidPaymentRequest.EmployeeId
getset

Definition at line 575 of file TransactionBeans.cs.

◆ Extras

Dictionary<string, string> com.clover.remotepay.sdk.VoidPaymentRequest.Extras = new Dictionary<string, string>()
get

Definition at line 578 of file TransactionBeans.cs.

◆ OrderId

string com.clover.remotepay.sdk.VoidPaymentRequest.OrderId
getset

Definition at line 576 of file TransactionBeans.cs.

◆ PaymentId

string com.clover.remotepay.sdk.VoidPaymentRequest.PaymentId
getset

Definition at line 568 of file TransactionBeans.cs.

◆ VoidReason

string com.clover.remotepay.sdk.VoidPaymentRequest.VoidReason
getset

Reason for void, must be one of the recognized categories, see VoidPaymentRequest consts for common options use VoidPaymentRequest.USER_CANCEL as default

Definition at line 573 of file TransactionBeans.cs.


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