Click or drag to resize

PaymentProfileHelperAddPaymentProfile Method

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
public static PaymentProfile 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: PaymentProfile
Created payment profile.
See Also