Variable ProductNameConst
ProductName: TUnion<
[
TUnsafe<
| "deposit.rtp.v1"
| "deposit.ach_credit.v1"
| "deposit.us_bank_ach.v1"
| "deposit.us_cash.v1"
| "deposit.us_wire.v1"
| "deposit.swift_wire.v1",
>,
TUnsafe<
| "withdraw.blockchain.v1"
| "withdraw.ke_bank.v1"
| "withdraw.ke_momo.v1"
| "withdraw.mx_bank_spei.v1"
| "withdraw.swift_wire.v1"
| "withdraw.tg_momo.v1"
| "withdraw.us_bank_ach.v1"
| "withdraw.us_instant.v1"
| "withdraw.us_wire.v1"
| "withdraw.ach_pull.v1"
| "withdraw.us_wire_drawdown.v1",
>,
TLiteral<"organization.v1">,
TLiteral<"identity.v1">,
],
> = ...
Deprecated
Use
TProductNameinstead