Skip to content

HubtelOptionsSchema

const HubtelOptionsSchema: ZodObject<{ cancellationUrl: ZodOptional<ZodString>; mobileNumber: ZodOptional<ZodString>; returnUrl: ZodString; }, "strip", ZodTypeAny, { cancellationUrl?: string; mobileNumber?: string; returnUrl: string; }, { cancellationUrl?: string; mobileNumber?: string; returnUrl: string; }>

Defined in: packages/node/src/core/provider-schemas/hubtel.schema.ts:7

Hubtel-specific payment options