RazorpayInvoiceAddressBaseRequestBody constructor
- @JsonSerializable(includeIfNull: false)
const
RazorpayInvoiceAddressBaseRequestBody(
{ - required String line1,
- required dynamic zipcode,
- 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;