Get or update customer billing address in Stripe.
GET: Retrieve current billing address from Stripe customer PUT: Update billing address in Stripe customer record
The billing address is used for tax calculations and invoice generation.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Street address line 1 (required)
City (required)
State/Province (required)
ZIP/Postal code (required)
2-letter country code (required)
Street address line 2 (optional)
Full name (optional)