Nick DeCoursin

Results 12 issues of Nick DeCoursin

### Describe the bug The [`InvoiceLineItem.getUnitAmountExcludingTax`](https://github.com/stripe/stripe-java/blob/master/src/main/java/com/stripe/model/InvoiceLineItem.java#L167) returns a BigDecimal. While the Stripe API HTTP Server returns the [`unit_amount_excluding_tax`](https://docs.stripe.com/api/invoice-line_item/object#invoice_line_item_object-unit_amount_excluding_tax) as a string. As a result, when the InvoiceLineItem is serialized using...

future
bug

@bowheart Thank you very much this wonderful library. At least my first impressions are that it's amazing. I'm in the process of learning it, but I think I have a...