refunds property

  1. @JsonKey(name: 'refunds')
List<Refund>? refunds
final

Implementation

@JsonKey(name: 'refunds')
final List<Refund>? refunds;