Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Payments.Providers Namespace / CreateCustomerProfileRequest Class / CreateCustomerProfileRequest Constructor / CreateCustomerProfileRequest Constructor(User,PaymentInstrumentData)
User associated with this request
Payment data associated with this request
In This Topic
    CreateCustomerProfileRequest Constructor(User,PaymentInstrumentData)
    In This Topic
    Initializes a new instance of the CreateCustomerProfileRequest class
    Syntax
    public CreateCustomerProfileRequest( 
       User user,
       PaymentInstrumentData paymentInstrData
    )

    Parameters

    user
    User associated with this request
    paymentInstrData
    Payment data associated with this request
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also