factory AdvancedCommerceRefundIOS.fromJson(Map<String, dynamic> json) { return AdvancedCommerceRefundIOS( jsonRepresentation: json['jsonRepresentation'] as String?, ); }