InvoicePaymentsApi class

Constructors

InvoicePaymentsApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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:
Parameters:
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited