Class RefundMethodSpecificOutput
Inheritance
RefundMethodSpecificOutput
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.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? |