InvoiceStatus
constructor(referenceId: String? = null, externalId: String? = null, amount: String? = null, currency: String? = null, status: StatusTypes? = null, paymentReference: String? = null, invoiceId: String? = null, expiryDateTime: String? = null, payeeFirstName: String? = null, payeeLastName: String? = null, errorReason: ErrorResponse? = null, intendedPayer: Party? = null, description: String? = null)