You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`active`| Whether the SKU is available for purchase |
447
457
|`attributes_`| A dictionary of attributes and values defined by the product |
458
+
|`created`| Time at which the object was created. Measured in seconds since the Unix epoch |
448
459
|`currency`| Three-letter ISO currency code, in lowercase |
449
460
|`image`| The URL of an image for this SKU |
450
461
|`inventory_`| A description of the SKU's inventory, as described in Stripe's [documentation](https://stripe.com/docs/api/skus/object#sku_object-inventory). For example, `inventory_quantity`. |
462
+
|`is_deleted`| Whether the object is active or has been deleted |
451
463
|`livemode`| Whether the object exist in live mode or test mode |
452
464
|`metadata`| A set of key-value pairs that describe additional information about the object |
453
465
|`package_dimensions_`| The dimensions of a SKU's package dimensions, as described in Stripe's [documentation](https://stripe.com/docs/api/skus/object#sku_object-package_dimensions). For example, `package_dimensions_height`. |
454
466
|`price`| The cost of the item in the smallest currency unit |
455
467
|`product_id`| The ID of the product this SKU is associated with |
468
+
|`updated`| Time at which the object was last updated. Measured in seconds since the Unix epoch |
|`current_period_end`| End of the current period that the subscription has been invoiced for. At the end of this period, a new invoice will be created. |
466
479
|`current_period_start`| Start of the current period that the subscription has been invoiced for. |
467
480
|`customer_id`| ID of the customer who owns the subscription |
481
+
|`discount_id`| References the associated discount, if available |
468
482
|`ended_at`| If the subscription has ended, the date the subscription ended. |
483
+
|`is_deleted`| Whether the object is active or has been deleted |
484
+
|`plan_id`| References the associated plan, if available |
469
485
|`quantity`| The quantity of the plan to which the customer is subscribed. |
470
486
|`quantity`| The quantity of the plan to which the customer should be subscribed |
487
+
|`start`| Date when the subscription was first created |
471
488
|`status`| Possible values are trialing, active, past_due, canceled, or unpaid |
472
489
|`tax_percent`| If provided, each invoice created by this subscription will apply the tax rate, increasing the amount billed to the customer |
473
490
|`trial_end`| If the subscription has a trial, the end of that trial. |
474
491
|`trial_start`| If the subscription has a trial, the beginning of that trial. |
|`balance_transaction_id`| Balance transaction that describes the impact of this transfer on your account balance |
525
+
|`bank_account_id`| ID of the bank account used for the transaction |
526
+
|`created`| Time at which the object was created. Measured in seconds since the Unix epoch. |
504
527
|`currency`| Three-letter ISO currency code, in lowercase |
528
+
|`date`| Time at which the transfer was completed |
505
529
|`description`| An arbitrary string attached to the object |
506
530
|`destination_id`| ID of the Stripe account the transfer was sent to |
507
531
|`destination_payment`| If the destination is a Stripe account, this will be the ID of the payment that the destination account received for the transfer |
508
532
|`metadata`| A set of key-value pairs that describe additional information about the object |
509
533
|`reversed`| Whether the transfer has been fully reversed. If the transfer is only partially reversed, this attribute will still be false |
510
534
|`source_transaction`| ID of the charge or payment that was used to fund the transfer. If null, the transfer was funded from the available balance |
0 commit comments