creditNote property

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

Implementation

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