Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 439 Bytes

list-credit-notes-response.md

File metadata and controls

29 lines (21 loc) · 439 Bytes

List Credit Notes Response

Structure

ListCreditNotesResponse

Fields

Name Type Tags Description
CreditNotes []models.CreditNote Required -

Example (as JSON)

{
  "credit_notes": [
    {
      "uid": "uid2",
      "site_id": 112,
      "customer_id": 224,
      "subscription_id": 40,
      "number": "number0"
    }
  ]
}