InvoiceClosedPayload constructor

InvoiceClosedPayload(
  1. String url,
  2. String status
)

Implementation

InvoiceClosedPayload(this.url, this.status);