Breaking change - Standardize the use of arrays in resources. The `payment_intent` attribute of CheckoutSession resource is now an array. Previously, this attribute is a PaymentIntent resource.
0.1.5
- Add amount_capturable and amount_received for hold then capture partial amount support.
0.1.4
- Adjust building of parameter query due to changes in checkout session endpoints.
0.1.3
- Remove deprecated capture_type attribute. capture_type should now be referenced via payment_method_options.card.capture_type.
0.1.2
- Add payment_method_options in PaymenIntent resource.