CustomerCreatedWebhookObject.fromJson constructor

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

Implementation

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