RazorpayCustomer.fromJson constructor

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

Implementation

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