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

Response when a custom activity completes on the Clover device when it is completed in a normal flow More...

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

Properties

string Action [get, set]
 Action string, usually the Activity name More...
 
string Payload [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 when a custom activity completes on the Clover device when it is completed in a normal flow

Definition at line 829 of file TransactionBeans.cs.

Property Documentation

◆ Action

string com.clover.remotepay.sdk.CustomActivityResponse.Action
getset

Action string, usually the Activity name

Definition at line 834 of file TransactionBeans.cs.

◆ Payload

string com.clover.remotepay.sdk.CustomActivityResponse.Payload
getset

Definition at line 835 of file TransactionBeans.cs.


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