Search Results for

    Show / Hide Table of Contents

    Class PaymentProduct840CustomerAccount

    Inheritance
    object
    PaymentProduct840CustomerAccount
    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.Payment.Definitions
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class PaymentProduct840CustomerAccount

    Properties

    AccountId

    Username with which the PayPal account holder has registered at PayPal

    Declaration
    public string AccountId { get; set; }
    Property Value
    Type Description
    string

    BillingAgreementId

    Identification of the PayPal recurring billing agreement

    Declaration
    public string BillingAgreementId { get; set; }
    Property Value
    Type Description
    string

    CompanyName

    Name of the company in case the PayPal account is owned by a business

    Declaration
    public string CompanyName { get; set; }
    Property Value
    Type Description
    string

    ContactPhone

    The phone number of the PayPal account holder

    Declaration
    public string ContactPhone { get; set; }
    Property Value
    Type Description
    string

    CountryCode

    Country where the PayPal account is located

    Declaration
    public string CountryCode { get; set; }
    Property Value
    Type Description
    string

    CustomerAccountStatus

    Status of the PayPal account.
    Possible values are:

    • verified - PayPal has verified the funding means for this account
    • unverified - PayPal has not verified the funding means for this account
    Declaration
    public string CustomerAccountStatus { get; set; }
    Property Value
    Type Description
    string

    CustomerAddressStatus

    Status of the customer's shipping address as registered by PayPal
    Possible values are:

    • none - Status is unknown at PayPal
    • confirmed - The address has been confirmed
    • unconfirmed - The address has not been confirmed
    Declaration
    public string CustomerAddressStatus { get; set; }
    Property Value
    Type Description
    string

    FirstName

    First name of the PayPal account holder

    Declaration
    public string FirstName { get; set; }
    Property Value
    Type Description
    string

    PayerId

    The unique identifier of a PayPal account and will never change in the life cycle of a PayPal account

    Declaration
    public string PayerId { get; set; }
    Property Value
    Type Description
    string

    Surname

    Surname of the PayPal account holder

    Declaration
    public string Surname { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.