Interface PaymentOption

The details of a single payment option for the checkout flow.

Hierarchy

Properties

chainId: 1 | 42161 | 421613 | 43114 | 43113 | 8453 | 84531 | 56 | 42220 | 100 | 5 | 11155111 | 10 | 420 | 137 | 80001 = chainIdSchema
flowRate?: {
    amountEther: `${number}`;
    period: "day" | "week" | "month" | "year";
} = ...

Type declaration

  • amountEther: `${number}`
  • period: "day" | "week" | "month" | "year"
receiverAddress: `0x${string}` = addressSchema
superToken: {
    address: `0x${string}`;
} = tokenSchema

Type declaration

  • address: `0x${string}`
transferAmountEther?: `${number}` = ...
userData?: `0x${string}` = ...

Generated using TypeDoc