







|
| A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
| PaymentProfile Constructor |
| PaymentProfile Class See Also Send Feedback |
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.
