Worldline Connect Node.js SDK
    Preparing search index...

    Interface CustomerAccount

    interface CustomerAccount {
        authentication?: CustomerAccountAuthentication | null;
        changeDate?: string | null;
        changedDuringCheckout?: boolean | null;
        createDate?: string | null;
        hadSuspiciousActivity?: boolean | null;
        hasForgottenPassword?: boolean | null;
        hasPassword?: boolean | null;
        passwordChangeDate?: string | null;
        passwordChangedDuringCheckout?: boolean | null;
        paymentAccountOnFile?: PaymentAccountOnFile | null;
        paymentAccountOnFileType?: string | null;
        paymentActivity?: CustomerPaymentActivity | null;
    }
    Index

    Properties

    authentication?: CustomerAccountAuthentication | null
    changeDate?: string | null
    changedDuringCheckout?: boolean | null
    createDate?: string | null
    hadSuspiciousActivity?: boolean | null
    hasForgottenPassword?: boolean | null
    hasPassword?: boolean | null
    passwordChangeDate?: string | null
    passwordChangedDuringCheckout?: boolean | null
    paymentAccountOnFile?: PaymentAccountOnFile | null
    paymentAccountOnFileType?: string | null
    paymentActivity?: CustomerPaymentActivity | null