CredentialsPayload constructor
CredentialsPayload({
- required String requestId,
- String? customerId,
- PredefinedAmount? predefinedAmount,
- Prefill? defaultUser,
- required String redirectUrl,
- bool? isWebView,
- bool? isiFrame,
- required TransactionType transactionType,
- UserFlow? userFlow,
Implementation
CredentialsPayload({
required this.requestId,
this.customerId,
this.predefinedAmount,
this.defaultUser,
required this.redirectUrl,
this.isWebView,
this.isiFrame,
required this.transactionType,
this.userFlow,
});