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