SourceCreateOptions class final
Constructors
-
SourceCreateOptions({int? amount, String? currency, String? customer, List<
String> ? expand, SourceFlow? flow, SourceMandate? mandate, Map<String, String> ? metadata, String? originalSource, CardOwner? owner, SourceReceiver? receiver, PortalFlowsAfterCompletionRedirect? redirect, SourceOrder? sourceOrder, String? statementDescriptor, String? token, String? type, SourceUsage? usage}) -
const
- SourceCreateOptions.fromJson(Object? json)
-
factory
Properties
- amount → int?
-
final
- currency → String?
-
final
- customer → String?
-
final
-
expand
→ List<
String> ? -
final
- flow → SourceFlow?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mandate → SourceMandate?
-
mandate_params
final
-
metadata
→ Map<
String, String> ? -
final
- originalSource → String?
-
final
- owner → CardOwner?
-
final
- receiver → SourceReceiver?
-
receiver_params
final
- redirect → PortalFlowsAfterCompletionRedirect?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceOrder → SourceOrder?
-
shallow_order_specs
final
- statementDescriptor → String?
-
final
- token → String?
-
final
- type → String?
-
final
- usage → SourceUsage?
-
final
Methods
-
encodeWith<
V> (Encoder< V> encoder) → V -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
encode<
V> (SourceCreateOptions instance, Encoder< V> encoder) → V