Billing Credits

From INAP Dropzone API
Revision as of 22:02, 19 March 2012 by Jcohen (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

COMMAND DETAILS HERE

Contents

Path

  • /billing/credits

Method

Required Data Parameters

  • None

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
  [data] => Array(
    [0] => stdClass Object(
      [credit_id] => The ID of the credit.
      [clientid] => The LEAP customer ID.
      [reason] => The readon the credit was given.
      [amount] => The amount of the credit that has been paid, will always be negative.
      [payment_type] => comp
      [comments] => Comments about the credit.
      [payment_number] => 
      [date] => The date that the credit added to the account.
      [balance] => 0.00
      [active] => No
      [order_id] => 0
      [comment_count] => 0
    )
  )
)
Personal tools