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
)
Public Sub AddOrUpdateAttribute (
name As String,
value As String
)
public:
void AddOrUpdateAttribute(
String^ name,
String^ value
)
member AddOrUpdateAttribute :
name : string *
value : string -> unit
Parameters
- name
- Type: SystemString
The name of the attribute. - value
- Type: SystemString
The value of the attribute.
See Also