ContactInfoSupport constructor

  1. @JsonSerializable(includeIfNull: false)
const ContactInfoSupport({
  1. SupportType? chargeback,
  2. SupportType? refund,
  3. SupportType? support,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory ContactInfoSupport({
  SupportType? chargeback,
  SupportType? refund,
  SupportType? support,
}) = _ContactInfoSupport;