{
  "id": "3065",
  "customer_id": "1mbDWfyRLtX1eX1WGs",
  "recurring": false,
  "status": "payment_due",
  "price_type": "tax_exclusive",
  "date": 1682588083,
  "due_date": 1682588083,
  "net_term_days": 0,
  "exchange_rate": 1,
  "total": 100,
  "amount_paid": 0,
  "amount_adjusted": 0,
  "write_off_amount": 0,
  "credits_applied": 0,
  "amount_due": 100,
  "dunning_status": "in_progress",
  "next_retry_at": 1682674483,
  "updated_at": 1682588084,
  "resource_version": 1682588084806,
  "deleted": false,
  "object": "invoice",
  "first_invoice": false,
  "amount_to_collect": 100,
  "round_off_amount": 0,
  "has_advance_charges": false,
  "currency_code": "USD",
  "base_currency_code": "USD",
  "generated_at": 1682588083,
  "is_gifted": false,
  "term_finalized": true,
  "channel": "web",
  "tax": 0,
  "line_items": [{
    "id": "li_169nryTccS7iu5mem",
    "date_from": 1682588083,
    "date_to": 1682588083,
    "unit_amount": 1,
    "quantity": 100,
    "amount": 100,
    "pricing_model": "per_unit",
    "is_taxed": false,
    "tax_amount": 0,
    "object": "line_item",
    "customer_id": "1mbDWfyRLtX1eX1WGs",
    "description": "Total",
    "entity_type": "addon",
    "entity_id": "one-time-unit-1",
    "tax_exempt_reason": "tax_not_configured",
    "discount_amount": 0,
    "item_level_discount_amount": 0
  }],
  "sub_total": 100,
  "linked_payments": [{
    "txn_id": "txn_169nryTccS7kM5men",
    "applied_amount": 100,
    "applied_at": 1682588084,
    "txn_status": "failure",
    "txn_date": 1682588083,
    "txn_amount": 100
  }],
  "applied_credits": [],
  "adjustment_credit_notes": [],
  "issued_credit_notes": [],
  "linked_orders": [],
  "dunning_attempts": [{
    "created_at": 1682588084,
    "attempt": 0,
    "dunning_type": "auto_collect",
    "transaction_id": "txn_169nryTccS7kM5men",
    "txn_status": "failure",
    "txn_amount": 100
  }],
  "billing_address": {
    "first_name": "Test",
    "last_name": "Lastname",
    "line1": "1234 Main Street",
    "city": "Los Angeles",
    "state_code": "CA",
    "state": "California",
    "country": "US",
    "zip": "90000",
    "validation_status": "not_validated",
    "object": "billing_address"
  },
  "shipping_address": {
    "first_name": "Test",
    "last_name": "Lastname",
    "line1": "1234 Main Street",
    "city": "Los Angeles",
    "state_code": "CA",
    "state": "California",
    "country": "US",
    "zip": "90000",
    "validation_status": "not_validated",
    "object": "shipping_address"
  }
}
