TransferAuthorizationCreateRequest constructor
TransferAuthorizationCreateRequest({
- String? clientId,
- String? secret,
- String? accessToken,
- String? accountId,
- String? paymentProfileToken,
- required TransferType type,
- required TransferNetwork network,
- required String amount,
- ACHClass? achClass,
- required TransferAuthorizationUserInRequest user,
- TransferAuthorizationDevice? device,
- String? originationAccountId,
- String? isoCurrencyCode,
- String? idempotencyKey,
- bool? userPresent,
- bool? withGuarantee,
- String? beaconSessionId,
- String? originatorClientId,
Implementation
TransferAuthorizationCreateRequest({
this.clientId,
this.secret,
this.accessToken,
this.accountId,
this.paymentProfileToken,
required this.type,
required this.network,
required this.amount,
this.achClass,
required this.user,
this.device,
this.originationAccountId,
this.isoCurrencyCode,
this.idempotencyKey,
this.userPresent,
this.withGuarantee,
this.beaconSessionId,
this.originatorClientId,
});