Class RefundMethodSpecificOutput
Inheritance
RefundMethodSpecificOutput
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class RefundMethodSpecificOutput
Properties
RefundProductId
Refund product identifier
Please see
refund products for a full overview of possible values.
Declaration
public int? RefundProductId { get; set; }
Property Value
Type | Description |
---|---|
int? |
TotalAmountPaid
Total paid amount (in cents and always with 2 decimals)
Declaration
public long? TotalAmountPaid { get; set; }
Property Value
Type | Description |
---|---|
long? |
TotalAmountRefunded
Declaration
public long? TotalAmountRefunded { get; set; }
Property Value
Type | Description |
---|---|
long? |