create() create(array<mixed,mixed> $tickets) Send a ticket (or tickets) to FP. Parameters array<mixed,mixed> $tickets The ticket object(s).
create_raw() create_raw(string $json) Send a ticket (or tickets) to FP. Parameters string $json The raw JSON to send.
create_async() create_async(array<mixed,mixed> $tickets) Send a ticket (or tickets) to FP asynchronously. Parameters array<mixed,mixed> $tickets The ticket object(s).
create_async_raw() create_async_raw(string $json) Send a ticket (or tickets) to FP asynchronously. Parameters string $json The raw JSON to send.