Variable paymentOptionSchemaConst 
paymentOptionSchema: ZodEffects<ZodObject<{ 
    chainId: ZodType<1 | 10 | 56 | 100 | 137 | 8453 | 42161 | 42220 | 43113 | 43114 | 534351 | 534352 | 11155111 | 11155420, ZodTypeDef, 1 | 10 | 56 | 100 | 137 | 8453 | 42161 | 42220 | 43113 | 43114 | 534351 | 534352 | 11155111 | 11155420>; 
    flowRate: ZodOptional<ZodEffects<ZodObject<{ 
        amountEther: ZodEffects<ZodString, `${number}`, string>; 
        period: ZodEnum<["day", "week", "month", "year"]>; 
    }, "strip", ZodTypeAny, { 
        amountEther: `${number}`; 
        period: "day" | "week" | "month" | "year"; 
    }, { 
        amountEther: string; 
        period: "day" | "week" | "month" | "year"; 
    }>, { 
        amountEther: `${number}`; 
        period: "day" | "week" | "month" | "year"; 
    }, { 
        amountEther: string; 
        period: "day" | "week" | "month" | "year"; 
    }>>; 
    receiverAddress: ZodEffects<ZodString, `0x${string}`, string>; 
    superToken: ZodObject<{ 
        address: ZodEffects<ZodString, `0x${string}`, string>; 
    }, "strip", ZodTypeAny, { 
        address: `0x${string}`; 
    }, { 
        address: string; 
    }>; 
    transferAmountEther: ZodOptional<ZodEffects<ZodEffects<ZodString, `${number}`, string>, `${number}`, string>>; 
    userData: ZodOptional<ZodEffects<ZodString, `0x${string}`, string>>; 
}, "strip", ZodTypeAny, { 
    chainId: 1 | 10 | 56 | 100 | 137 | 8453 | 42161 | 42220 | 43113 | 43114 | 534351 | 534352 | 11155111 | 11155420; 
    flowRate?: { 
        amountEther: `${number}`; 
        period: "day" | "week" | "month" | "year"; 
    }; 
    receiverAddress: `0x${string}`; 
    superToken: { 
        address: `0x${string}`; 
    }; 
    transferAmountEther?: `${number}`; 
    userData?: `0x${string}`; 
}, { 
    chainId: 1 | 10 | 56 | 100 | 137 | 8453 | 42161 | 42220 | 43113 | 43114 | 534351 | 534352 | 11155111 | 11155420; 
    flowRate?: { 
        amountEther: string; 
        period: "day" | "week" | "month" | "year"; 
    }; 
    receiverAddress: string; 
    superToken: { 
        address: string; 
    }; 
    transferAmountEther?: string; 
    userData?: string; 
}>, { 
    chainId: 1 | 10 | 56 | 100 | 137 | 8453 | 42161 | 42220 | 43113 | 43114 | 534351 | 534352 | 11155111 | 11155420; 
    flowRate?: { 
        amountEther: `${number}`; 
        period: "day" | "week" | "month" | "year"; 
    }; 
    receiverAddress: `0x${string}`; 
    superToken: { 
        address: `0x${string}`; 
    }; 
    transferAmountEther?: `${number}`; 
    userData?: `0x${string}`; 
}, { 
    chainId: 1 | 10 | 56 | 100 | 137 | 8453 | 42161 | 42220 | 43113 | 43114 | 534351 | 534352 | 11155111 | 11155420; 
    flowRate?: { 
        amountEther: string; 
        period: "day" | "week" | "month" | "year"; 
    }; 
    receiverAddress: string; 
    superToken: { 
        address: string; 
    }; 
    transferAmountEther?: string; 
    userData?: string; 
}> = ...
Type declaration
- chainId: 1 | 10 | 56 | 100 | 137 | 8453 | 42161 | 42220 | 43113 | 43114 | 534351 | 534352 | 11155111 | 11155420
- OptionalflowRate?: {
 amountEther: `${number}`;
 period: "day" | "week" | "month" | "year";
 }
- amountEther: `${number}`
- period: "day" | "week" | "month" | "year"
 
- receiverAddress: `0x${string}`
- superToken: { 
 address: `0x${string}`;
 }
- OptionaltransferAmountEther?: `${number}`
- OptionaluserData?: `0x${string}`
Type declaration
- chainId: 1 | 10 | 56 | 100 | 137 | 8453 | 42161 | 42220 | 43113 | 43114 | 534351 | 534352 | 11155111 | 11155420
- OptionalflowRate?: {
 amountEther: string;
 period: "day" | "week" | "month" | "year";
 }
- amountEther: string
- period: "day" | "week" | "month" | "year"
 
- receiverAddress: string
- superToken: { 
 address: string;
 }
- OptionaltransferAmountEther?: string
- OptionaluserData?: string