agentic-commerce-protocol 0.2.0

Type definitions for the Agentic Commerce Protocol specification
Documentation
// this file is @generated
#![allow(clippy::too_many_arguments)]

pub mod address;
pub mod allowance;
pub mod allowance_reason;
pub mod buyer;
pub mod card_funding_type;
pub mod card_number_type;
pub mod check_performed_type;
pub mod checkout_session;
pub mod checkout_session_complete_request;
pub mod checkout_session_create_request;
pub mod checkout_session_status;
pub mod checkout_session_update_request;
pub mod content_type;
pub mod delegate_payment_request;
pub mod delegate_payment_response;
pub mod error;
pub mod error_code;
pub mod error_type;
pub mod event_data_order;
pub mod fulfillment_option;
pub mod fulfillment_option_digital;
pub mod fulfillment_option_shipping;
pub mod item;
pub mod line_item;
pub mod link;
pub mod link_type;
pub mod message;
pub mod message_error;
pub mod message_info;
pub mod order;
pub mod payment_data;
pub mod payment_method_card;
pub mod payment_method_type;
pub mod payment_provider;
pub mod payment_provider_type;
pub mod refund;
pub mod refund_type;
pub mod risk_signal;
pub mod risk_signal_action;
pub mod risk_signal_type;
pub mod total;
pub mod total_type;
pub mod webhook_event;
pub mod webhook_event_type;
pub mod webhook_order_status;
pub use self::{
    address::Address, allowance::Allowance, allowance_reason::AllowanceReason, buyer::Buyer,
    card_funding_type::CardFundingType, card_number_type::CardNumberType,
    check_performed_type::CheckPerformedType, checkout_session::CheckoutSession,
    checkout_session_complete_request::CheckoutSessionCompleteRequest,
    checkout_session_create_request::CheckoutSessionCreateRequest,
    checkout_session_status::CheckoutSessionStatus,
    checkout_session_update_request::CheckoutSessionUpdateRequest, content_type::ContentType,
    delegate_payment_request::DelegatePaymentRequest,
    delegate_payment_response::DelegatePaymentResponse, error::Error, error_code::ErrorCode,
    error_type::ErrorType, event_data_order::EventDataOrder, fulfillment_option::FulfillmentOption,
    fulfillment_option_digital::FulfillmentOptionDigital,
    fulfillment_option_shipping::FulfillmentOptionShipping, item::Item, line_item::LineItem,
    link::Link, link_type::LinkType, message::Message, message_error::MessageError,
    message_info::MessageInfo, order::Order, payment_data::PaymentData,
    payment_method_card::PaymentMethodCard, payment_method_type::PaymentMethodType,
    payment_provider::PaymentProvider, payment_provider_type::PaymentProviderType, refund::Refund,
    refund_type::RefundType, risk_signal::RiskSignal, risk_signal_action::RiskSignalAction,
    risk_signal_type::RiskSignalType, total::Total, total_type::TotalType,
    webhook_event::WebhookEvent, webhook_event_type::WebhookEventType,
    webhook_order_status::WebhookOrderStatus,
};