Click or drag to resize

IAtomiaBillingApiUpdatePaymentProfile Method

Modifies the payment profile.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
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.
Remarks
Only payment profiles with no transactions can be modified.
See Also