RazorpayInvoiceAddressInput constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory RazorpayInvoiceAddressInput({
String? line1,
String? line2,
dynamic zipcode, // string | number
String? city,
String? state,
String? country,
}) = _RazorpayInvoiceAddressInput;