TransferCreateRequest constructor
TransferCreateRequest({
- String? clientId,
- String? secret,
- String? idempotencyKey,
- String? accessToken,
- String? accountId,
- String? paymentProfileToken,
- required String authorizationId,
- TransferType? type,
- TransferNetwork? network,
- String? amount,
- required String description,
- ACHClass? achClass,
- TransferUserInRequestDeprecated? user,
- TransferMetadata? metadata,
- String? originationAccountId,
- String? isoCurrencyCode,
Implementation
TransferCreateRequest({
this.clientId,
this.secret,
this.idempotencyKey,
this.accessToken,
this.accountId,
this.paymentProfileToken,
required this.authorizationId,
this.type,
this.network,
this.amount,
required this.description,
this.achClass,
this.user,
this.metadata,
this.originationAccountId,
this.isoCurrencyCode,
});