Class PaymentResult
Inheritance
System.Object
PaymentResult
Assembly: Hyperledger.Indy.Sdk.dll
Syntax
public class PaymentResult : Object
Constructors
PaymentResult(String, String)
Declaration
public PaymentResult(string result, string paymentMethod)
Parameters
Type |
Name |
Description |
System.String |
result |
|
System.String |
paymentMethod |
|
Properties
PaymentMethod
Declaration
public string PaymentMethod { get; }
Property Value
Type |
Description |
System.String |
|
Result
Declaration
public string Result { get; }
Property Value
Type |
Description |
System.String |
|