RazorpayStakeholderUpdateRequestBody constructor
- @JsonSerializable(includeIfNull: false)
- RelationShip? relationship,
- Phone? phone,
- Kyc? kyc,
- String? name,
- int? percentage_ownership,
- StakeholderAddressContainer? addresses,
- IMap? notes,
Implementation
@JsonSerializable(includeIfNull: false)
const factory RazorpayStakeholderUpdateRequestBody({
RelationShip? relationship,
Phone? phone,
Kyc? kyc,
String? name,
int? percentage_ownership,
StakeholderAddressContainer? addresses,
IMap<dynamic>? notes,
}) = _RazorpayStakeholderUpdateRequestBody;