Click or drag to resize

SimplePaymentDocumentIdGeneratorGenerateDocumentId Method

[Missing <summary> documentation for "M:Atomia.Billing.Core.Sdk.Plugins.SimplePaymentDocumentIdGenerator.GenerateDocumentId(Atomia.Billing.Core.Sdk.BusinessObjects.Payment)"]

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

Parameters

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

[Missing <param name="payment"/> documentation for "M:Atomia.Billing.Core.Sdk.Plugins.SimplePaymentDocumentIdGenerator.GenerateDocumentId(Atomia.Billing.Core.Sdk.BusinessObjects.Payment)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.Plugins.SimplePaymentDocumentIdGenerator.GenerateDocumentId(Atomia.Billing.Core.Sdk.BusinessObjects.Payment)"]

Implements

IPaymentDocumentIdGeneratorGenerateDocumentId(Payment)
See Also