Click or drag to resize

PaymentMethodsHelperUpdatePaymentProfile Method

Note: This API is now obsolete.

Modifies the payment profile.

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 UpdatePaymentProfile(
	Guid paymentProfileId,
	PaymentProfileStatus newStatus,
	Dictionary<string, string> attributes
)

Parameters

paymentProfileId
Type: SystemGuid
The payment profile id.
newStatus
Type: Atomia.Billing.Core.Sdk.BusinessObjectsPaymentProfileStatus
The new status.
attributes
Type: System.Collections.GenericDictionaryString, String
The attributes. Put null if attributes should not be updated.
See Also