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

Base Sale/Auth/Refund/PreAuth Transaction Request More...

Inheritance diagram for com.clover.remotepay.sdk.BaseTransactionRequest:
com.clover.remotepay.sdk.BaseRequest com.clover.remotepay.sdk.ManualRefundRequest com.clover.remotepay.sdk.PreAuthRequest com.clover.remotepay.sdk.TransactionRequest com.clover.remotepay.sdk.AuthRequest com.clover.remotepay.sdk.SaleRequest

Properties

bool? DisablePrinting [get, set]
 
bool? CardNotPresent [get, set]
 
bool? DisableRestartTransactionOnFail [get, set]
 
long Amount [get, set]
 
int? CardEntryMethods [get, set]
 
VaultedCard VaultedCard [get, set]
 
string ExternalId [get, set]
 
PayIntent.TransactionType Type [get, set]
 
bool? DisableDuplicateChecking [get, set]
 
bool? DisableReceiptSelection [get, set]
 
bool? AutoAcceptPaymentConfirmations [get, set]
 
Dictionary< string, string > Extras = new Dictionary<string, string>() [get]
 
Dictionary< string, string > RegionalExtras = new Dictionary<string, string>() [get]
 
string ExternalReferenceId [get, set]
 The external reference id if associated with the payment More...
 
- 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

Base Sale/Auth/Refund/PreAuth Transaction Request

Definition at line 107 of file TransactionBeans.cs.

Property Documentation

◆ Amount

long com.clover.remotepay.sdk.BaseTransactionRequest.Amount
getset

Definition at line 112 of file TransactionBeans.cs.

◆ AutoAcceptPaymentConfirmations

bool? com.clover.remotepay.sdk.BaseTransactionRequest.AutoAcceptPaymentConfirmations
getset

Definition at line 120 of file TransactionBeans.cs.

◆ CardEntryMethods

int? com.clover.remotepay.sdk.BaseTransactionRequest.CardEntryMethods
getset

Definition at line 113 of file TransactionBeans.cs.

◆ CardNotPresent

bool? com.clover.remotepay.sdk.BaseTransactionRequest.CardNotPresent
getset

Definition at line 110 of file TransactionBeans.cs.

◆ DisableDuplicateChecking

bool? com.clover.remotepay.sdk.BaseTransactionRequest.DisableDuplicateChecking
getset

Definition at line 118 of file TransactionBeans.cs.

◆ DisablePrinting

bool? com.clover.remotepay.sdk.BaseTransactionRequest.DisablePrinting
getset

Definition at line 109 of file TransactionBeans.cs.

◆ DisableReceiptSelection

bool? com.clover.remotepay.sdk.BaseTransactionRequest.DisableReceiptSelection
getset

Definition at line 119 of file TransactionBeans.cs.

◆ DisableRestartTransactionOnFail

bool? com.clover.remotepay.sdk.BaseTransactionRequest.DisableRestartTransactionOnFail
getset

Definition at line 111 of file TransactionBeans.cs.

◆ ExternalId

string com.clover.remotepay.sdk.BaseTransactionRequest.ExternalId
getset

Definition at line 115 of file TransactionBeans.cs.

◆ ExternalReferenceId

string com.clover.remotepay.sdk.BaseTransactionRequest.ExternalReferenceId
getset

The external reference id if associated with the payment

Definition at line 128 of file TransactionBeans.cs.

◆ Extras

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

Definition at line 122 of file TransactionBeans.cs.

◆ RegionalExtras

Dictionary<string, string> com.clover.remotepay.sdk.BaseTransactionRequest.RegionalExtras = new Dictionary<string, string>()
get

Definition at line 123 of file TransactionBeans.cs.

◆ Type

PayIntent.TransactionType com.clover.remotepay.sdk.BaseTransactionRequest.Type
getset

Definition at line 117 of file TransactionBeans.cs.

◆ VaultedCard

VaultedCard com.clover.remotepay.sdk.BaseTransactionRequest.VaultedCard
getset

Definition at line 114 of file TransactionBeans.cs.


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