ia-sdk-react-native-monorepo - v1.0.0
    Preparing search index...

    Interface TransactionSignatures

    Information about a completed order.

    interface TransactionSignatures {
        clientOrderIDs?: string[] | null;
        orderCode: string;
    }
    Index

    Properties

    clientOrderIDs?: string[] | null

    Order ID provided by host app using transferPrescriptions (optional).

    orderCode: string

    Order code from backend.