Interface SubscriptionUser

Hierarchy

  • SubscriptionUser

Properties

cancel_url: string
last_payment: Payment
marketing_consent: boolean
next_payment: Payment
paused_at?: string
paused_from?: string
paused_reason?: string
payment_information: {
    card_type: string;
    expiry_date: string;
    last_four_digits: string;
    payment_method: string;
}

Type declaration

  • card_type: string
  • expiry_date: string
  • last_four_digits: string
  • payment_method: string
plan_id: number
quantity: number
signup_date: string
subscription_id: number
update_url: string
user_email: string
user_id: number

Generated using TypeDoc