InvoicePaymentsApi class
Constructors
- InvoicePaymentsApi([ApiClient? apiClient])
Properties
Methods
-
autoPayments(
int customerId, {required Object authorization}) → Future< List< InvoicePaymentModel> > - Parameters:
-
getAvailablePayments(
int customerId, {required Object authorization}) → Future< List< AvailablePaymentModel> > - Parameters:
-
getAvailablePaymentsWithHttpInfo(
int customerId, {Object? authorization}) → Future< Response> -
Performs an HTTP 'GET /api/v1/InvoicePayments/{customerId}/payments' operation and returns the
Response
. Parameters: -
getPayments(
int invoiceId, {required Object authorization}) → Future< List< InvoicePaymentModel> > - Parameters:
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
payInvoice(
int invoiceId, int paymentId, double value, {required Object authorization}) → Future< void> - Parameters:
-
removeLinks(
int invoiceId, {required Object authorization}) → Future< void> - Parameters:
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited