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