PartnerEndCustomerBillingContact.fromJson constructor

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

Implementation

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