invoice property

  1. @JsonKey.new(name: "invoice")
CreditNote? invoice
getter/setter pair

Implementation

@JsonKey(name: "invoice")
CreditNote? invoice;