Sha256: 4517947942f2e89efdcc59a7ba0b259f108872b176122930d1778cf30ce09070

Contents?: true

Size: 1.19 KB

Versions: 9

Compression:

Stored size: 1.19 KB

Contents

{
  "object": "customer",
  "created": 1394731627,
  "id": "abcdefghijklmnop",
  "livemode": false,
  "description": "Customer for test@example.com",
  "email": null,
  "delinquent": false,
  "metadata": {
  },
  "subscriptions": {
    "object": "list",
    "count": 0,
    "url": "/v1/customers/abcdefghijklmnop/subscriptions",
    "data": [

    ]
  },
  "discount": null,
  "account_balance": 0,
  "currency": "usd",
  "cards": {
    "object": "list",
    "count": 1,
    "url": "/v1/customers/abcdefghijklmnop/cards",
    "data": [
      {
        "id": "card_1234567890ABCDEFghijklmn",
        "object": "card",
        "last4": "4242",
        "brand": "Visa",
        "exp_month": 10,
        "exp_year": 2016,
        "fingerprint": "ZYXWVUTSRQPONMLK",
        "customer": "abcdefghijklmnop",
        "country": "US",
        "name": "ralph@example.com",
        "address_line1": null,
        "address_line2": null,
        "address_city": null,
        "address_state": null,
        "address_zip": null,
        "address_country": null,
        "cvc_check": "pass",
        "address_line1_check": null,
        "address_zip_check": null
      }
    ]
  },
  "default_card": "card_1234567890ABCDEFghijklmn"
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
fake_stripe-0.0.10.6 lib/fake_stripe/fixtures/update_customer.json
fake_stripe-0.0.10.5 lib/fake_stripe/fixtures/update_customer.json
fake_stripe-0.0.10.4 lib/fake_stripe/fixtures/update_customer.json
fake_stripe-0.0.10.3 lib/fake_stripe/fixtures/update_customer.json
fake_stripe-0.0.10.2 lib/fake_stripe/fixtures/update_customer.json
fake_stripe-0.0.10.1 lib/fake_stripe/fixtures/update_customer.json
fake_stripe-0.0.10 lib/fake_stripe/fixtures/update_customer.json
fake_stripe-0.0.9 lib/fake_stripe/fixtures/update_customer.json
fake_stripe-0.0.8 lib/fake_stripe/fixtures/update_customer.json