Properties
chainId
chainId: 1 | 42161 | 43114 | 43113 | 8453 | 56 | 42220 | 100 | 10 | 11155420 | 137 | 534352 | 534351 | 11155111 = chainIdSchema
Optional
flowRate
flowRate?: {
amountEther: `${number}`;
period: "day" | "week" | "month" | "year";
} = ...
Type declaration
amountEther: `${number}`
period: "day" | "week" | "month" | "year"
receiverAddress
receiverAddress: `0x${string}` = addressSchema
superToken
superToken: {
address: `0x${string}`;
} = tokenSchema
Optional
transferAmountEther
transferAmountEther?: `${number}` = ...
Optional
userData
userData?: `0x${string}` = ...
The details of a single payment option for the checkout flow.