RazorpayInvoiceAddressBaseRequestBody constructor

  1. @JsonSerializable(includeIfNull: false)
const RazorpayInvoiceAddressBaseRequestBody({
  1. required String line1,
  2. required dynamic zipcode,
  3. String? state,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory RazorpayInvoiceAddressBaseRequestBody({
  required String line1,
  required dynamic
      zipcode, // string | number, required String city, required String country, String? line2,
  String? state,
}) = _RazorpayInvoiceAddressBaseRequestBody;