Class PayoutRecipient
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class PayoutRecipient
Properties
FirstName
Given name(s) or first name(s) of the customer
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
string |
Surname
Surname(s) or last name(s) of the customer
Declaration
public string Surname { get; set; }
Property Value
Type | Description |
---|---|
string |
SurnamePrefix
Middle name - In between first name and surname - of the customer
Declaration
public string SurnamePrefix { get; set; }
Property Value
Type | Description |
---|---|
string |