import { Model } from "./model"; export declare class OmnichannelSubscriptionItemOffer extends Model { id: string; offer_id_at_source?: string; category: string; category_at_source?: string; type: string; type_at_source?: string; discount_type?: string; duration: string; percentage?: number; price_currency?: string; price_units?: number; price_nanos?: number; offer_term_start?: number; offer_term_end?: number; resource_version?: number; } export declare namespace _omnichannel_subscription_item_offer { }