AshPostgresCustomer resource that has a billing_address. A Customer also has_many ServiceLocations, each of which have a street_address. ServiceLocation to be flagged "same as billing address". For now, we just want to copy this data into the ServiceLocation .Customer changeset to the ServiceLocation create action so I have access to this data?