Class PayoutDetails
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payout.Definitions
Assembly: connect-sdk-dotnet.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 |