RazorpayCustomerUpdateRequestBody constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory RazorpayCustomerUpdateRequestBody({
String? name,
String? email,
dynamic contact, // string | number
}) = _RazorpayCustomerUpdateRequestBody;