Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Stripe.Price unit_amount_decimal and lookup_keys type (#668)
* Fix spec for price lookup_keys type as list https://stripe.com/docs/api/prices/list#list_prices-lookup_keys eg. https://api.stripe.com/v1/prices?lookup_keys[0]=key0&lookup_keys[1]=key1 * Fix Stripe.Price struct unit_amount_decimal instead of amount_decimal (Ref: https://stripe.com/docs/api/prices/retrieve)
- Loading branch information