Click or drag to resize

IAtomiaBillingApiGetPaymentById Method

Gets the payment by id.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
Payment GetPaymentById(
	Guid paymentId
)

Parameters

paymentId
Type: SystemGuid
The payment id.

Return Value

Type: Payment
Requested payment.
See Also