RazorpayAccountUpdateRequestBody constructor
- @JsonSerializable(includeIfNull: false)
const
RazorpayAccountUpdateRequestBody(
{ - Profile? profile,
- dynamic phone,
- String? type,
- String? reference_id,
- String? legal_business_name,
- String? customer_facing_business_name,
- LegalInfo? legal_info,
- Apps? apps,
- Brand? brand,
- String? contact_name,
- ContactInfoSupport? contact_info,
- IMap? notes,
})
Implementation
@JsonSerializable(includeIfNull: false)
const factory RazorpayAccountUpdateRequestBody({
Profile? profile,
dynamic phone, // string | number
String? type,
String? reference_id,
String? legal_business_name,
String? customer_facing_business_name,
LegalInfo? legal_info,
Apps? apps,
Brand? brand,
String? contact_name,
ContactInfoSupport? contact_info,
IMap<dynamic>? notes, // IMap<string | number>
}) = _RazorpayAccountUpdateRequestBody;