Gets or sets the batch id in which this payment is uploaded.
It has the following format: YYYY-MM-DD-HH-mm-SS-GUID-ACCOUNTID (just a formatted timestamp + accountId which uploaded this + filename).
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public virtual string BatchId { get; set; }
Public Overridable Property BatchId As String
Get
Set
public:
virtual property String^ BatchId {
String^ get ();
void set (String^ value);
}
abstract BatchId : string with get, set
override BatchId : string with get, set
Property Value
Type:
StringSee Also