getInvoiceId method

String? getInvoiceId()

Implementation

String? getInvoiceId() {
  return invoice_id;
}