Click or drag to resize

PaymentProfileCustomAttribute Constructor (String, String)

Initializes a new instance of the PaymentProfileCustomAttribute class.

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

Parameters

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