Class Refund
Inheritance
System.Object
Refund
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class Refund : Object
Constructors
Refund()
Declaration
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 |
|