Click or drag to resize

IPaymentMethodPluginOnBeforeAddPaymentProfile Method

Called before new payment profile is added, that corresponds to a payment method implemented by this plugin, is added

Namespace:  Atomia.Billing.Core.Sdk.Plugins
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
void OnBeforeAddPaymentProfile(
	Guid accountId,
	string paymentMethodName,
	Dictionary<string, string> attributes
)

Parameters

accountId
Type: SystemGuid
The account id.
paymentMethodName
Type: SystemString
Name of the payment method.
attributes
Type: System.Collections.GenericDictionaryString, String
The attributes.
See Also