card
| Method | Description |
|---|---|
| last4 | Last 4 Digits of the card |
| type | Brand of card |
| expiration_year | Year of expiration(2017) |
| expiration_month | Month of expiration(02) |
customer
| Method | Description |
|---|---|
| id | shopify id of the customer |
| stripe_id | stripe id of the customer |
| first_name | first name of the customer |
| membership_url | Url for manage membership page |
| credit_card | card object |
| subscriptions | collection of the customers subscriptions |
| the email of the customer |
invoice
| Method | Description |
|---|---|
| date | invoice date |
| total | total amount due for invoice |
| line_items | line_items described as text |
| discount | discount applied to invoice |
shop
| Method | Description |
|---|---|
| name | Name of the shop |
| domain | Domain for the shop |
subscription
| Method | Description |
|---|---|
| plan_name | Name of plan |
| amount | Amount($10.00) |
| interval | Subscription interval(week month, year, every 2 weeks ect) |
| id | id of the subscription |
| variant | variant subscribed to |
variant
| Method | Description |
|---|---|
| id | id of the variant |
