public function set_billing_location( $country, $state = '', $postcode = '', $city = '' ) {
        $address_data = $this->get_prop( 'billing', 'edit' );

        $address_data['address_1'] = '';
        $address_data['address_2'] = '';