RefundId.fromJson constructor
RefundId.fromJson(
- Object? json
Implementation
factory RefundId.fromJson(Object? json) => RefundId(id: (json as String));
factory RefundId.fromJson(Object? json) => RefundId(id: (json as String));