CloverConnector  4.0.0
Copyright (C) 2018 Clover Network, Inc.
com.clover.remotepay.sdk.PaymentResponse Class Reference
Inheritance diagram for com.clover.remotepay.sdk.PaymentResponse:
com.clover.remotepay.sdk.BaseResponse com.clover.remotepay.sdk.AuthResponse com.clover.remotepay.sdk.PreAuthResponse com.clover.remotepay.sdk.SaleResponse

Public Member Functions

 PaymentResponse ()
 

Properties

Payment Payment [get, set]
 The payment from the sale More...
 
bool IsSale [get]
 
bool IsPreAuth [get]
 
bool IsAuth [get]
 
Signature2 Signature [get, set]
 
- Properties inherited from com.clover.remotepay.sdk.BaseResponse
bool Success [get, set]
 If true then the requested operation succeeded More...
 
ResponseCode Result [get, set]
 The result of the requested operation. More...
 
string Reason [get, set]
 Optional information about result. More...
 
string Message [get, set]
 Detailed information about result. More...
 

Additional Inherited Members

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

Detailed Description

Definition at line 370 of file TransactionBeans.cs.

Constructor & Destructor Documentation

◆ PaymentResponse()

com.clover.remotepay.sdk.PaymentResponse.PaymentResponse ( )

Initialize the values for this.

Definition at line 377 of file TransactionBeans.cs.

Property Documentation

◆ IsAuth

bool com.clover.remotepay.sdk.PaymentResponse.IsAuth
get

Definition at line 417 of file TransactionBeans.cs.

◆ IsPreAuth

bool com.clover.remotepay.sdk.PaymentResponse.IsPreAuth
get

Definition at line 401 of file TransactionBeans.cs.

◆ IsSale

bool com.clover.remotepay.sdk.PaymentResponse.IsSale
get

Definition at line 385 of file TransactionBeans.cs.

◆ Payment

Payment com.clover.remotepay.sdk.PaymentResponse.Payment
getset

The payment from the sale

Definition at line 383 of file TransactionBeans.cs.

◆ Signature

Signature2 com.clover.remotepay.sdk.PaymentResponse.Signature
getset

Definition at line 432 of file TransactionBeans.cs.


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