PaymentsHelperListPaymentsByDocumentId Method |
Lists the payments by document identifier.
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> ListPaymentsByDocumentId(
string documentId
)
Public Shared Function ListPaymentsByDocumentId (
documentId As String
) As List(Of Payment)
public:
static List<Payment^>^ ListPaymentsByDocumentId(
String^ documentId
)
static member ListPaymentsByDocumentId :
documentId : string -> List<Payment>
Parameters
- documentId
- Type: SystemString
The document identifier.
Return Value
Type:
ListPaymentList of payments with same document id.
See Also