Source constructor
Source({
- String? id,
- int? amount,
- String? clientSecret,
- required SourceCodeVerification codeVerification,
- int? created,
- String? currency,
- String? flow,
- bool? liveMode,
- Map<
String, String> ? metaData, - required SourceOwner owner,
- required SourceReceiver receiver,
- required SourceRedirect redirect,
- String? status,
- required Map<
String, Object> sourceTypeData, - StripeSourceTypeModel? sourceTypeModel,
- String? type,
- required String typeRaw,
- String? usage,
Implementation
Source({
this.id,
this.amount,
this.clientSecret,
required this.codeVerification,
this.created,
this.currency,
this.flow,
this.liveMode,
this.metaData,
required this.owner,
required this.receiver,
required this.redirect,
this.status,
required this.sourceTypeData,
this.sourceTypeModel,
this.type,
required this.typeRaw,
this.usage,
});