Returns an immutable instance of [StripeCustomerAddress].
public StripeCustomerAddress build()Returns an immutable instance of [StripeCustomerAddress]. Further updates to this [Builder] will not mutate the returned instance. The following fields are required:
.city()
.country()
.line1()
.postalCode()
IllegalStateException: if any required field is unset.