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
)
Sub OnBeforeAddPaymentProfile (
accountId As Guid,
paymentMethodName As String,
attributes As Dictionary(Of String, String)
)
void OnBeforeAddPaymentProfile(
Guid accountId,
String^ paymentMethodName,
Dictionary<String^, String^>^ attributes
)
abstract OnBeforeAddPaymentProfile :
accountId : Guid *
paymentMethodName : string *
attributes : Dictionary<string, string> -> unit
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