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