RevocationContextItemBasedRefund.fromJson constructor
RevocationContextItemBasedRefund.fromJson(
- Map json_
Implementation
RevocationContextItemBasedRefund.fromJson(core.Map json_)
: this(productId: json_['productId'] as core.String?);