Click or drag to resize

PaymentMethodsHelperDeletePaymentProfile Method

Note: This API is now obsolete.

Deletes the payment profile. Payment profile can be deleted only if there are no transactions assigned to it.

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 void DeletePaymentProfile(
	Guid paymentProfileId
)

Parameters

paymentProfileId
Type: SystemGuid
The payment profile id.
See Also