Show / Hide Table of Contents

    Class PaymentResult

    Inheritance
    System.Object
    PaymentResult
    Namespace: Hyperledger.Indy.PaymentsApi
    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
    Back to top Copyright © 2017 The Linux Foundation®