ResellerConfigurationDocumentIdGenerator Property |
Gets or sets the document id generator.
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 DocumentIdGenerator { get; set; }
Public Property DocumentIdGenerator As String
Get
Set
public:
property String^ DocumentIdGenerator {
String^ get ();
void set (String^ value);
}
member DocumentIdGenerator : string with get, set
Property Value
Type:
StringThe document id generator.
See Also