Class RefundRequest
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Refund
Assembly: connect-sdk-dotnet.dll
Syntax
public class RefundRequestProperties
AmountOfMoney
Object containing amount and ISO currency code attributes
Declaration
public AmountOfMoney AmountOfMoney { get; set; }Property Value
| Type | Description | 
|---|---|
| AmountOfMoney | 
BankRefundMethodSpecificInput
Object containing the specific input details for a bank refund
Declaration
public BankRefundMethodSpecificInput BankRefundMethodSpecificInput { get; set; }Property Value
| Type | Description | 
|---|---|
| BankRefundMethodSpecificInput | 
Customer
Object containing the details of the customer
Declaration
public RefundCustomer Customer { get; set; }Property Value
| Type | Description | 
|---|---|
| RefundCustomer | 
RefundDate
Refund date
Format: YYYYMMDD
Declaration
public string RefundDate { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
RefundReferences
Object that holds all reference properties that are linked to this refund
Declaration
public RefundReferences RefundReferences { get; set; }Property Value
| Type | Description | 
|---|---|
| RefundReferences |