Checkout: {
    brand_color?: string;
    coinbase_managed_merchant: boolean;
    description?: string;
    id: string;
    local_price: Price;
    name?: string;
    organization_name: string;
    pricing_type: PricingType;
    requested_info?: RequestedInfoItem[];
    resource: string;
}