GetMethodsParams.withCurrency constructor
GetMethodsParams.withCurrency({
- required String? currency,
- String? customer,
- String? flowId,
- double? amount,
- IntentOperation? operation,
- Map<
String, CustomFieldValue> ? customFields,
Implementation
GetMethodsParams.withCurrency({
required this.currency,
this.customer,
this.flowId,
this.amount,
this.operation,
this.customFields,
}) : assert(currency != null);