TransferAuthorizationCreateRequest constructor
TransferAuthorizationCreateRequest({
- String? clientId,
- String? secret,
- String? accessToken,
- String? accountId,
- TransferType? type,
- TransferNetwork? network,
- String? amount,
- ACHClass? achClass,
- TransferUserInRequest? user,
- TransferAuthorizationDevice? device,
- String? originationAccountId,
Implementation
TransferAuthorizationCreateRequest({
this.clientId,
this.secret,
this.accessToken,
this.accountId,
this.type,
this.network,
this.amount,
this.achClass,
this.user,
this.device,
this.originationAccountId,
});