Search Results for

    Show / Hide Table of Contents

    Class PayoutRecipient

    Inheritance
    object
    PayoutRecipient
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Ingenico.Connect.Sdk.Domain.Payout.Definitions
    Assembly: connect-sdk-dotnet.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
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.