BillResponse

  • code
    Type: const
    const:  
    0
    required

    Integer numbers.

  • data
    Type: object · Bill
    required
    • amount_usd
      Type: number
      required

      Exact decimal JSON number. Clients that require high precision should use decimal parsing.

    • id
      Type: string
      required
    • source
      Type: string
      required
    • status
      Type: string
      required
    • time
      Type: string Format: date-time
      required

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

    • type
      Type: string
      required
    • balance_after_usd
      Type: number
    • billing_day
      Type: string Format: date

      full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21

    • invoice_id
      Type: string
    • note
      Type: string
    • source_ref
      Type: string
    • timezone
      Type: string
  • message
    Type: string
    required