CloverConnector  4.0.0
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

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 [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 534 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"

Definition at line 556 of file TransactionBeans.cs.

◆ DEVELOPER_PAY_PARTIAL_AUTH

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

Definition at line 557 of file TransactionBeans.cs.

◆ FAILED

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

Definition at line 551 of file TransactionBeans.cs.

◆ NOT_APPROVED

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

Definition at line 550 of file TransactionBeans.cs.

◆ REJECT_DUPLICATE

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

Definition at line 554 of file TransactionBeans.cs.

◆ REJECT_OFFLINE

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

Definition at line 555 of file TransactionBeans.cs.

◆ REJECT_PARTIAL_AUTH

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

Definition at line 553 of file TransactionBeans.cs.

◆ REJECT_SIGNATURE

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

Definition at line 552 of file TransactionBeans.cs.

◆ TRANSPORT_ERROR

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

Definition at line 558 of file TransactionBeans.cs.

◆ USER_CANCEL

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

Definition at line 549 of file TransactionBeans.cs.

Property Documentation

◆ EmployeeId

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

Definition at line 543 of file TransactionBeans.cs.

◆ Extras

Dictionary<string, string> com.clover.remotepay.sdk.VoidPaymentRequest.Extras
get

Definition at line 546 of file TransactionBeans.cs.

◆ OrderId

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

Definition at line 544 of file TransactionBeans.cs.

◆ PaymentId

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

Definition at line 536 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 541 of file TransactionBeans.cs.


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