interface Metadata {
    BOPIS: boolean;
    checkout_channel_type: string;
    customer: Customer;
    entity_name: string;
    itinerary: any[];
    mode: string;
    platform_affirm: string;
    platform_type: string;
    platform_version: string;
    shipping_type: string;
    webhook_session_id: string;
}

Properties

BOPIS: boolean
checkout_channel_type: string
customer: Customer
entity_name: string
itinerary: any[]
mode: string
platform_affirm: string
platform_type: string
platform_version: string
shipping_type: string
webhook_session_id: string