PaymentProfileHelperDeletePaymentProfile Method |
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 public static void DeletePaymentProfile(
Guid paymentProfileId
)
Public Shared Sub DeletePaymentProfile (
paymentProfileId As Guid
)
public:
static void DeletePaymentProfile(
Guid paymentProfileId
)
static member DeletePaymentProfile :
paymentProfileId : Guid -> unit
Parameters
- paymentProfileId
- Type: SystemGuid
The payment profile id.
See Also