Class PayoutDetails
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class PayoutDetails
Properties
AmountOfMoney
Object containing amount and ISO currency code attributes
Declaration
public AmountOfMoney AmountOfMoney { get; set; }
Property Value
| Type | Description |
|---|---|
| AmountOfMoney |
Customer
Object containing the details of the customer.
Declaration
public PayoutCustomer Customer { get; set; }
Property Value
| Type | Description |
|---|---|
| PayoutCustomer |
References
Object that holds all reference properties that are linked to this transaction
Declaration
public PayoutReferences References { get; set; }
Property Value
| Type | Description |
|---|---|
| PayoutReferences |