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

response to RetrievePayment call More...

Inheritance diagram for com.clover.remotepay.sdk.RetrievePaymentResponse:
com.clover.remotepay.sdk.BaseResponse

Properties

string ExternalPaymentId [get, set]
 
QueryStatus QueryStatus [get, set]
 
Payment Payment [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

response to RetrievePayment call

Definition at line 917 of file TransactionBeans.cs.

Property Documentation

◆ ExternalPaymentId

string com.clover.remotepay.sdk.RetrievePaymentResponse.ExternalPaymentId
getset

Definition at line 919 of file TransactionBeans.cs.

◆ Payment

Payment com.clover.remotepay.sdk.RetrievePaymentResponse.Payment
getset

Definition at line 921 of file TransactionBeans.cs.

◆ QueryStatus

QueryStatus com.clover.remotepay.sdk.RetrievePaymentResponse.QueryStatus
getset

Definition at line 920 of file TransactionBeans.cs.


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