RazorpayInstantSettlementBaseRequestBody constructor
const
RazorpayInstantSettlementBaseRequestBody({})
Implementation
@JsonSerializable(includeIfNull: false)
const factory RazorpayInstantSettlementBaseRequestBody({
required dynamic amount, // number | string
@JsonKey(toJson: _boolToInt, fromJson: _intToBool)
bool? settle_full_balance, // 0 | 1
String? description,
IMap<dynamic>? notes,
}) = _RazorpayInstantSettlementBaseRequestBody;