Class RefundPostModel
Inheritance
System.Object
RefundPostModel
Namespace: EPiServer.Commerce.UI.CustomerService.Models
Assembly: EPiServer.Commerce.UI.CustomerService.dll
Version: 14.26.0Syntax
public class RefundPostModel : Object
Constructors
RefundPostModel()
Declaration
public RefundPostModel()
Properties
Amount
Declaration
public Decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
ExistingPaymentId
Declaration
public int ExistingPaymentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |