RazorpayCustomerEligibilityRequestBody.fromJson constructor

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

Implementation

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