Class AfrName
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class AfrName
Properties
FirstName
Given name(s) or first name(s) of the recipient of an account funding transaction.
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 |