Variable CreateUsBankAchDepositRequestRequestConst
CreateUsBankAchDepositRequestRequest: TUnion<
[
TIntersect<
[
TObject<{ identityId: TString }>,
TObject<
{
amount: TObject<{ amount: TNumber; currency: TLiteral<"USD"> }>;
reference: TString;
sourcePaymentInstrumentId: TString;
wallet: TObject<{ address: TString; blockchain: TLiteral<"SOLANA"> }>;
},
>,
],
>,
TIntersect<
[
TObject<{ organizationId: TString }>,
TObject<
{
amount: TObject<{ amount: TNumber; currency: TLiteral<"USD"> }>;
reference: TString;
sourcePaymentInstrumentId: TString;
wallet: TObject<{ address: TString; blockchain: TLiteral<"SOLANA"> }>;
},
>,
],
>,
],
> = ...