CloverConnector  1.4.0
Copyright (C) 2017 Clover Network, Inc.
com.clover.remotepay.sdk.TransactionRequest Class Reference

More...

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

Properties

bool DisablePrinting [get, set]
 
bool CardNotPresent [get, set]
 
bool DisableRestartTransactionOnFail [get, set]
 
long Amount [get, set]
 
long CardEntryMethods [get, set]
 
VaultedCard VaultedCard [get, set]
 
string ExternalId [get, set]
 
PayIntent.TransactionType Type [get, set]
 
long SignatureThreshold [get, set]
 
DataEntryLocation SignatureEntryLocation [get, set]
 
bool DisableReceiptSelection [get, set]
 
bool DisableDuplicateChecking [get, set]
 
bool AutoAcceptPaymentConfirmations [get, set]
 
bool AutoAcceptSignature [get, set]
 
- 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

Definition at line 80 of file TransactionBeans.cs.

Property Documentation

◆ Amount

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

Definition at line 85 of file TransactionBeans.cs.

◆ AutoAcceptPaymentConfirmations

bool com.clover.remotepay.sdk.TransactionRequest.AutoAcceptPaymentConfirmations
getset

Definition at line 95 of file TransactionBeans.cs.

◆ AutoAcceptSignature

bool com.clover.remotepay.sdk.TransactionRequest.AutoAcceptSignature
getset

Definition at line 96 of file TransactionBeans.cs.

◆ CardEntryMethods

long com.clover.remotepay.sdk.TransactionRequest.CardEntryMethods
getset

Definition at line 86 of file TransactionBeans.cs.

◆ CardNotPresent

bool com.clover.remotepay.sdk.TransactionRequest.CardNotPresent
getset

Definition at line 83 of file TransactionBeans.cs.

◆ DisableDuplicateChecking

bool com.clover.remotepay.sdk.TransactionRequest.DisableDuplicateChecking
getset

Definition at line 94 of file TransactionBeans.cs.

◆ DisablePrinting

bool com.clover.remotepay.sdk.TransactionRequest.DisablePrinting
getset

Definition at line 82 of file TransactionBeans.cs.

◆ DisableReceiptSelection

bool com.clover.remotepay.sdk.TransactionRequest.DisableReceiptSelection
getset

Definition at line 93 of file TransactionBeans.cs.

◆ DisableRestartTransactionOnFail

bool com.clover.remotepay.sdk.TransactionRequest.DisableRestartTransactionOnFail
getset

Definition at line 84 of file TransactionBeans.cs.

◆ ExternalId

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

Definition at line 88 of file TransactionBeans.cs.

◆ SignatureEntryLocation

DataEntryLocation com.clover.remotepay.sdk.TransactionRequest.SignatureEntryLocation
getset

Definition at line 92 of file TransactionBeans.cs.

◆ SignatureThreshold

long com.clover.remotepay.sdk.TransactionRequest.SignatureThreshold
getset

Definition at line 91 of file TransactionBeans.cs.

◆ Type

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

Definition at line 90 of file TransactionBeans.cs.

◆ VaultedCard

VaultedCard com.clover.remotepay.sdk.TransactionRequest.VaultedCard
getset

Definition at line 87 of file TransactionBeans.cs.


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