PaymentsHelperListPaymentsByInvoice Method |
Lists the payments by invoice.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public static List<Payment> ListPaymentsByInvoice(
Guid invoiceId
)
Public Shared Function ListPaymentsByInvoice (
invoiceId As Guid
) As List(Of Payment)
public:
static List<Payment^>^ ListPaymentsByInvoice(
Guid invoiceId
)
static member ListPaymentsByInvoice :
invoiceId : Guid -> List<Payment>
Parameters
- invoiceId
- Type: SystemGuid
The invoice id.
Return Value
Type:
ListPaymentList of payments of the invoice with given id.
See Also