customerDetails property

CheckoutSessionCustomerDetails? customerDetails
final

The customer details including the customer's tax exempt status and the customer's tax IDs. Customer's address details are not present on Sessions in `setup` mode.

Implementation

final CheckoutSessionCustomerDetails? customerDetails;