Click or drag to resize

IPaymentDocumentIdGeneratorGenerateDocumentId Method

Generates the document id.

Namespace:  Atomia.Billing.Core.Sdk.Plugins
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
string GenerateDocumentId(
	Payment payment
)

Parameters

payment
Type: Atomia.Billing.Core.Sdk.BusinessObjectsPayment
The payment.

Return Value

Type: String
Generated document id.
See Also