Search Results for

    Show / Hide Table of Contents

    Class Refund

    Inheritance
    System.Object
    Refund
    Namespace: DirectScale.Disco.Extension
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class Refund : Object

    Constructors

    Refund()

    Declaration
    public Refund()

    Properties

    Amount

    Declaration
    public double Amount { get; set; }
    Property Value
    Type Description
    System.Double

    ManualRefund

    Declaration
    public bool ManualRefund { get; set; }
    Property Value
    Type Description
    System.Boolean

    ManualTransactionId

    Declaration
    public string ManualTransactionId { get; set; }
    Property Value
    Type Description
    System.String

    PaymentId

    Declaration
    public int PaymentId { get; set; }
    Property Value
    Type Description
    System.Int32
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX