invoiceNumber property

  1. @JsonKey(name: Params.invoiceNumber, fromJson: JsonUtils.intFromJson)
int? invoiceNumber
getter/setter pair

Implementation

@JsonKey(name: Params.invoiceNumber, fromJson: JsonUtils.intFromJson)//toJson and fromJson implementations here are necessary due to a bad field type declaration on ENZONA API
int? invoiceNumber;