InvoiceResellerCountryState Property |
Gets or sets the reseller country state.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public string ResellerCountryState { get; set; }
Public Property ResellerCountryState As String
Get
Set
public:
property String^ ResellerCountryState {
String^ get ();
void set (String^ value);
}
member ResellerCountryState : string with get, set
Property Value
Type:
StringThe reseller country state.
See Also