productOrderPayments property

  1. @JsonKey(name: "productOrderPayments")
List<Payment>? productOrderPayments
getter/setter pair

Implementation

@JsonKey(name: "productOrderPayments")
List<Payment>? productOrderPayments;