Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Payments.Providers Namespace / CreatePaymentProfileResponse Class / CreatePaymentProfileResponse Constructor / CreatePaymentProfileResponse Constructor(Boolean,String,String)
success status true/false
response code
response message
Version
CreatePaymentProfileResponse Constructor(Boolean,String,String)
Initializes a new instance of the CreatePaymentProfileResponse class
Syntax
public CreatePaymentProfileResponse( 
   bool success,
   string responseCode,
   string responseMessage
)

Parameters

success
success status true/false
responseCode
response code
responseMessage
response message
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