Click or drag to resize

PaymentMethodsHelperAddPaymentProfile Method

Note: This API is now obsolete.

Adds the payment profile.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
[ObsoleteAttribute("Use same method from PaymentProfileHelper class!", 
	false)]
public static Guid AddPaymentProfile(
	Guid accountId,
	string paymentMethodName,
	string pluginName,
	string guiPluginName,
	Dictionary<string, string> attributes
)

Parameters

accountId
Type: SystemGuid
The account id.
paymentMethodName
Type: SystemString
The payment method name.
pluginName
Type: SystemString
The payment plugin name.
guiPluginName
Type: SystemString
The GUI plugin name.
attributes
Type: System.Collections.GenericDictionaryString, String
The attributes.

Return Value

Type: Guid
Created payment profile id.
See Also