Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Payments.Providers Namespace / CreateCustomerProfileRequest Class / CreateCustomerProfileRequest Constructor / CreateCustomerProfileRequest Constructor(User,PaymentInstrumentData,Boolean)
User associated with this request
Payment data associated with this request
Whether to create payment profile or not
Version
CreateCustomerProfileRequest Constructor(User,PaymentInstrumentData,Boolean)
Initializes a new instance of the CreateCustomerProfileRequest class
Syntax
public CreateCustomerProfileRequest( 
   User user,
   PaymentInstrumentData paymentInstrData,
   bool createPaymentProfile
)

Parameters

user
User associated with this request
paymentInstrData
Payment data associated with this request
createPaymentProfile
Whether to create payment profile or not
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