PaymentProfile Constructor

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Initializes a new instance of the PaymentProfile class, using the passed-in API type to create the profile.

Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0

Syntax

C#
public PaymentProfile(
	customerPaymentProfileMaskedType apiType
)
Visual Basic
Public Sub New ( _
	apiType As customerPaymentProfileMaskedType _
)
Visual C++
public:
PaymentProfile(
	customerPaymentProfileMaskedType^ apiType
)

Parameters

apiType
Type: customerPaymentProfileMaskedType
Type of the API.

See Also