IPaymentMethodPluginOnBeforeDeletePaymentProfile Method |
Called before payment profile, that corresponds to a payment method implemented by this plugin, is deleted
Namespace:
Atomia.Billing.Core.Sdk.Plugins
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax void OnBeforeDeletePaymentProfile(
PaymentProfile paymentProfile
)
Sub OnBeforeDeletePaymentProfile (
paymentProfile As PaymentProfile
)
void OnBeforeDeletePaymentProfile(
PaymentProfile^ paymentProfile
)
abstract OnBeforeDeletePaymentProfile :
paymentProfile : PaymentProfile -> unit
Parameters
- paymentProfile
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsPaymentProfile
The payment profile.
See Also