Variable rawProviderSubscriptionSelectorConst

rawProviderSubscriptionSelector: {
    created_at: boolean;
    domain_valid: boolean;
    expires_at: boolean;
    id: boolean;
    installation_progress: boolean;
    instance_status: boolean;
    instance_username: boolean;
    is_trial: boolean;
    next_payment_due: boolean;
    period_days: boolean;
    price: boolean;
    specific_data: boolean;
    started_at: boolean;
    status: boolean;
    subscriber_id: boolean;
    subscriber_username: boolean;
    subscription_type_description: boolean;
    subscription_type_id: boolean;
    subscription_type_name: boolean;
    updated_at: boolean;
} = ...

Type declaration

  • created_at: boolean
  • domain_valid: boolean
  • expires_at: boolean
  • id: boolean
  • installation_progress: boolean
  • instance_status: boolean
  • instance_username: boolean
  • is_trial: boolean
  • next_payment_due: boolean
  • period_days: boolean
  • price: boolean
  • specific_data: boolean
  • started_at: boolean
  • status: boolean
  • subscriber_id: boolean
  • subscriber_username: boolean
  • subscription_type_description: boolean
  • subscription_type_id: boolean
  • subscription_type_name: boolean
  • updated_at: boolean