Class PaymentOperation
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class PaymentOperation
Properties
AmountOfMoney
Object containing amount and ISO currency code attributes
Declaration
public AmountOfMoney AmountOfMoney { get; set; }
Property Value
| Type | Description |
|---|---|
| AmountOfMoney |
Id
A unique identifier of the operation, generated by us.
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
Status of the operation. Possible values of a capture operation are:
- CREATED
- REJECTED
- CANCELLED
- CAPTURED
- PAID
- CHARGEBACKED
- CHARGEBACK_NOTIFICATION
Possible values of a refund operation are:
- CREATED
- PENDING_CAPTURE
- REJECTED
- REFUNDED
Declaration
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Timestamp
Date and time of the operation.Format: YYYYMMDDHH24MISS
Declaration
public string Timestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
The type of operation. Possible values are:
- capture
- refund
Declaration
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |