RevocationContextItemBasedRefund.fromJson constructor

RevocationContextItemBasedRefund.fromJson(
  1. Map json_
)

Implementation

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