Click or drag to resize

PaymentProfileAddOrUpdateAttribute Method

Adds the or update attribute.

Namespace:  Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public void AddOrUpdateAttribute(
	string name,
	string value
)

Parameters

name
Type: SystemString
The name of the attribute.
value
Type: SystemString
The value of the attribute.
See Also