Interface PaymentDetails

The details of the payment options for the checkout flow.

Hierarchy

Properties

defaultWrapAmount: {
    multiplier: number;
    period?: "day" | "week" | "month" | "year";
} = ...

Type declaration

  • multiplier: number
  • Optional period?: "day" | "week" | "month" | "year"
modifyFlowRateBehaviour: "ADD" | "SET" | "ENSURE" = modifyFlowRateBehaviourSchema
paymentOptions: {
    chainId: 1 | 42161 | 421613 | 43114 | 43113 | 8453 | 84531 | 56 | 42220 | 100 | 5 | 11155111 | 10 | 420 | 137 | 80001;
    flowRate?: { amountEther: `${number}`; period: "day" | "week" | "month" | "year"; };
    receiverAddress: `0x${string}`;
    superToken: { address: `0x${string}`; };
    transferAmountEther?: `${number}`;
    userData?: `0x${string}`;
}[] = ...

Type declaration

  • chainId: 1 | 42161 | 421613 | 43114 | 43113 | 8453 | 84531 | 56 | 42220 | 100 | 5 | 11155111 | 10 | 420 | 137 | 80001
  • Optional flowRate?: { amountEther: `${number}`; period: "day" | "week" | "month" | "year"; }
  • receiverAddress: `0x${string}`
  • superToken: { address: `0x${string}`; }
  • Optional transferAmountEther?: `${number}`
  • Optional userData?: `0x${string}`

Generated using TypeDoc