RazorpayItemUpdateRequestBody constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory RazorpayItemUpdateRequestBody({
String? name,
dynamic amount, // number | string
String? currency,
String? description,
bool? active,
}) = _RazorpayItemUpdateRequestBody;