requestClearance method

Future<InvoiceClearanceResponse?> requestClearance(
  1. InvoiceRequest prop, {
  2. String? clearedInvoiceName,
})

B2B Make a clearance request for a STANDARD invoice or a STANDARD credit/debit note.

Implementation

Future<InvoiceClearanceResponse?> requestClearance(InvoiceRequest prop,
    {String? clearedInvoiceName}) async {
  return _requestClearance(prop);
}