RazorpayInvoiceAddressBaseRequestBody constructor
const
RazorpayInvoiceAddressBaseRequestBody({})
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;