Class RefundRequest
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class RefundRequest
Properties
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 |
RefundReason
The reasons for the refund request. Possible values are:
- RETURN
- CORRECTION
- PRE_DISPUTE
- SUBSCRIPTION
- SERVICE_LATE_CANCELLATION
- OTHER
Declaration
public string RefundReason { 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 |