PartnerCustomerGetRequest.fromJson constructor

PartnerCustomerGetRequest.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory PartnerCustomerGetRequest.fromJson(Map<String, dynamic> json) =>
    _$PartnerCustomerGetRequestFromJson(json);