Click or drag to resize

PaymentBatchId Property

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; }

Property Value

Type: String
See Also