Search Results for

    Show / Hide Table of Contents

    Class MobilePaymentProduct320SpecificInput

    Inheritance
    object
    MobilePaymentProduct320SpecificInput
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Worldline.Connect.Sdk.V1.Domain
    Assembly: Worldline.Connect.Sdk.dll
    Syntax
    public class MobilePaymentProduct320SpecificInput

    Properties

    CardholderName

    The card holder's name on the card. Minimum length of 2, maximum length of 51 characters.
    The encrypted payment data can be found in property paymentMethodData.tokenizationData.info.billingAddress.name of the PaymentData.toJson() result.

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

    ThreeDSecure

    Object containing specific data regarding 3-D Secure

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